Merge pull request #6011 from sboursen-scinote/sb_SCI-9066

Fix small css issues [SCI-9066]
This commit is contained in:
ajugo 2023-08-18 11:17:34 +02:00 committed by GitHub
commit dcdbfefa91
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -967,6 +967,7 @@ li.module-hover {
grid-column: 1 span;
-webkit-box-orient: vertical;
display: -webkit-box;
display: flex;
-webkit-line-clamp: 2;
}

View file

@ -94,6 +94,7 @@
overflow: unset;
padding: 1px 8px;
position: relative;
white-space: nowrap;
.sn-icon.sn-icon-edit {
line-height: 35px;