Fleet UI: [tiny bug] Copy message (#12411)

This commit is contained in:
RachelElysia
2023-06-21 09:14:47 -04:00
committed by GitHub
parent 4156859b90
commit 65bca34825
2 changed files with 10 additions and 0 deletions
+1
View File
@@ -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;