mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-22 23:03:00 +08:00
Fix filter buttons spacing [SCI-8223]
This commit is contained in:
parent
9f1b60eda4
commit
33acbc33d1
1 changed files with 4 additions and 0 deletions
|
@ -94,6 +94,10 @@
|
||||||
padding: 0 1em;
|
padding: 0 1em;
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
|
.clear-button {
|
||||||
|
margin-right: 0.375rem;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue