Fix CopyableInput button CSS

merge-requests/524/head
Alex Gleason 3 years ago
parent dc4aa76a37
commit 10a1b908b8
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7

@ -793,18 +793,23 @@ code {
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
height: 38px;
input { input {
flex: 1; flex: 1;
font-size: 14px !important; font-size: 14px !important;
border-radius: 4px 0 0 4px !important; border-radius: 4px 0 0 4px !important;
height: 100%;
} }
button { button {
width: auto; width: auto;
font-size: 14px; font-size: 14px;
margin: 0; margin: 0;
padding-bottom: 9px;
border-radius: 0 4px 4px 0; border-radius: 0 4px 4px 0;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
} }
} }

Loading…
Cancel
Save