fixing sidebar animation (disabled text wrapping)

This commit is contained in:
lollilol 2020-05-09 18:58:54 +02:00
parent 13f276f9fa
commit 4ec6a905a7
1 changed files with 5 additions and 0 deletions

View File

@ -33,3 +33,8 @@
height: 156px;
margin-bottom: 10px;
}
.main_tablinks_text {
overflow: hidden;
white-space: nowrap;
}