mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-05 06:32:07 +08:00
Fix tags line up (#1722)
This commit is contained in:
parent
c866d96ea7
commit
4c1a64ce4f
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@
|
|||
.select-container {
|
||||
float: right;
|
||||
position: relative;
|
||||
width: calc(100% - 35px);
|
||||
width: calc(100% - 40px);
|
||||
|
||||
select {
|
||||
display: none;
|
||||
|
|
Loading…
Reference in a new issue