Skip to content
Snippets Groups Projects
Commit bd24993d authored by Sebastian Mohr's avatar Sebastian Mohr
Browse files

Snip context menu overflow

parent 5337f2e1
No related branches found
No related tags found
No related merge requests found
Pipeline #561745 passed
...@@ -288,6 +288,11 @@ $width: 150px; ...@@ -288,6 +288,11 @@ $width: 150px;
text-align: center; text-align: center;
color: var(--bs-dark); color: var(--bs-dark);
text-align: left; text-align: left;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
//max one line
max-height: 1.5rem;
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment