mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
bit shorter max width on mobile categories
This commit is contained in:
parent
0503599de7
commit
3fcde72656
@ -62,7 +62,7 @@
|
||||
float: left;
|
||||
}
|
||||
.category a {
|
||||
max-width: 200px;
|
||||
max-width: 160px;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user