1
0
mirror of https://github.com/flarum/core.git synced 2025-08-09 09:57:06 +02:00

Truncate long tag names in tag selection modal

This commit is contained in:
Toby Zerner
2015-11-25 15:45:51 +10:30
parent f199170054
commit f3a4174780

View File

@@ -129,6 +129,9 @@
width: 150px;
margin-right: 10px;
margin-left: 10px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
@media @phone {
width: auto;