mirror of
https://github.com/discourse/discourse.git
synced 2026-08-07 11:45:21 -05:00
bit shorter max width on mobile categories
This commit is contained in:
@@ -62,7 +62,7 @@
|
||||
float: left;
|
||||
}
|
||||
.category a {
|
||||
max-width: 200px;
|
||||
max-width: 160px;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user