mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-11-24 11:09:40 +08:00
CSS: Issues with the projects page [SCI-8507] (#5630)
* CSS: Issues with the projects page [SCI-8504] * css fix
This commit is contained in:
parent
8b8fd1db42
commit
67d0444b31
2 changed files with 13 additions and 1 deletions
|
|
@ -734,6 +734,16 @@ li.module-hover {
|
|||
color: $color-volcano;
|
||||
display: contents;
|
||||
text-decoration: none;
|
||||
|
||||
.name {
|
||||
-webkit-box-orient: vertical;
|
||||
display: -webkit-box;
|
||||
-webkit-line-clamp: 1;
|
||||
}
|
||||
|
||||
.table-cell {
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -981,7 +991,8 @@ li.module-hover {
|
|||
align-items: center;
|
||||
display: flex;
|
||||
grid-column: 6 span;
|
||||
line-height: 3em;
|
||||
line-height: 1.25em;
|
||||
max-width: 200px;
|
||||
}
|
||||
|
||||
.description {
|
||||
|
|
|
|||
|
|
@ -34,6 +34,7 @@
|
|||
display: flex;
|
||||
flex-grow: 1;
|
||||
margin: 0;
|
||||
max-width: calc(100% - 2rem);
|
||||
}
|
||||
|
||||
.name-readonly-placeholder {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue