mirror of
https://github.com/philomena-dev/philomena.git
synced 2025-01-19 22:27:59 +01:00
overflow page title correctly (fixes derpibooru/philomena#193)
This commit is contained in:
parent
89d3eccef3
commit
ef85ad26d9
1 changed files with 10 additions and 2 deletions
|
@ -3,10 +3,18 @@
|
|||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.page__title {
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.page__title, .page__pagination {
|
||||
display: inline-flex;
|
||||
flex-wrap: nowrap;
|
||||
flex-shrink: 0;
|
||||
|
||||
display: block;
|
||||
box-sizing: border-box;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.pagination__dropdown {
|
||||
|
|
Loading…
Reference in a new issue