mirror of
https://github.com/flarum/core.git
synced 2025-08-09 18:07:02 +02:00
Truncate long tag names in tag selection modal
This commit is contained in:
@@ -129,6 +129,9 @@
|
||||
width: 150px;
|
||||
margin-right: 10px;
|
||||
margin-left: 10px;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
|
||||
@media @phone {
|
||||
width: auto;
|
||||
|
Reference in New Issue
Block a user