CopyFileContents: Add padding to button (#2848)
This commit is contained in:
parent
1dc2d92493
commit
22a5b18bfa
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
.vc-cfc-button {
|
.vc-cfc-button {
|
||||||
color: var(--interactive-normal);
|
color: var(--interactive-normal);
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
padding-left: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.vc-cfc-button:hover {
|
.vc-cfc-button:hover {
|
||||||
|
|
Loading…
Reference in a new issue