Fleet UI: [tiny bug] Copy message (#12411)
This commit is contained in:
@@ -0,0 +1 @@
|
||||
- Fix styling of copy message when copying fields
|
||||
@@ -32,6 +32,15 @@
|
||||
margin-right: $pad-small;
|
||||
}
|
||||
|
||||
.copy-message {
|
||||
font-weight: $regular;
|
||||
vertical-align: top;
|
||||
background-color: $ui-light-grey;
|
||||
border: solid 1px #e2e4ea;
|
||||
border-radius: 10px;
|
||||
padding: 2px 6px;
|
||||
}
|
||||
|
||||
.buttons {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
Reference in New Issue
Block a user