mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-23 13:26:22 -04:00
bit shorter max width on mobile categories
This commit is contained in:
parent
0503599de7
commit
3fcde72656
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@
|
|||
float: left;
|
||||
}
|
||||
.category a {
|
||||
max-width: 200px;
|
||||
max-width: 160px;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue