mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-10-02 18:04:29 +08:00
Merge pull request #6011 from sboursen-scinote/sb_SCI-9066
Fix small css issues [SCI-9066]
This commit is contained in:
commit
dcdbfefa91
2 changed files with 2 additions and 0 deletions
|
@ -967,6 +967,7 @@ li.module-hover {
|
||||||
grid-column: 1 span;
|
grid-column: 1 span;
|
||||||
-webkit-box-orient: vertical;
|
-webkit-box-orient: vertical;
|
||||||
display: -webkit-box;
|
display: -webkit-box;
|
||||||
|
display: flex;
|
||||||
-webkit-line-clamp: 2;
|
-webkit-line-clamp: 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -94,6 +94,7 @@
|
||||||
overflow: unset;
|
overflow: unset;
|
||||||
padding: 1px 8px;
|
padding: 1px 8px;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
white-space: nowrap;
|
||||||
|
|
||||||
.sn-icon.sn-icon-edit {
|
.sn-icon.sn-icon-edit {
|
||||||
line-height: 35px;
|
line-height: 35px;
|
||||||
|
|
Loading…
Add table
Reference in a new issue