mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-03 13:41:12 +08:00
changed minimum width to accomodate screen shrink
This commit is contained in:
parent
acb1a034a8
commit
55235969a7
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@
|
|||
}
|
||||
}
|
||||
td:nth-child(4) {
|
||||
min-width: min-content;
|
||||
min-width: 60px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue