CSS: Issues with the projects page [SCI-8507] (#5630)

* CSS: Issues with the projects page [SCI-8504]

* css fix
This commit is contained in:
G-Chubinidze 2023-06-21 13:00:16 +04:00 committed by GitHub
parent 8b8fd1db42
commit 67d0444b31
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 1 deletions

View file

@ -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 {

View file

@ -34,6 +34,7 @@
display: flex;
flex-grow: 1;
margin: 0;
max-width: calc(100% - 2rem);
}
.name-readonly-placeholder {