mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-27 02:04:33 +08:00
Fix button shrink for inventory toolbar [SCI-7252] (#4551)
This commit is contained in:
parent
0a56d772b7
commit
3a0eec7043
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
@media (max-width: 1299px) {
|
||||
@media (max-width: 1624px) {
|
||||
.repository-toolbar {
|
||||
|
||||
.btn:not(.prevent-shrink) {
|
||||
|
|
Loading…
Reference in a new issue