mirror of https://github.com/portainer/portainer
fix: EE-3019 add space on top copy button (#6819)
parent
bbb096412d
commit
c340b62f43
|
@ -6,6 +6,7 @@
|
||||||
.container {
|
.container {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: baseline;
|
align-items: baseline;
|
||||||
|
margin-top: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.display-text {
|
.display-text {
|
||||||
|
|
Loading…
Reference in New Issue