fixed text overflow

master
Jakob 2020-02-12 10:51:01 +01:00
parent a6519b4dbb
commit 2e1af6e6a2
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
} }
div { div {
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: clip;
} }
div.item-1 { div.item-1 {
grid-column: 2 / 3; grid-column: 2 / 3;