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