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