mirror of
https://github.com/flarum/framework.git
synced 2025-06-08 01:34:33 +08:00
Truncate long title controls on mobile
This commit is contained in:
@ -96,6 +96,8 @@
|
|||||||
> .Button {
|
> .Button {
|
||||||
color: @header-color;
|
color: @header-color;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.App-titleControl--text {
|
.App-titleControl--text {
|
||||||
|
Reference in New Issue
Block a user