mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 08:39:16 +02:00
Fixed #184: small UI glitches/bugs in federation tabs
This commit is contained in:
parent
f2d20e1bf7
commit
71bd0961af
7 changed files with 23 additions and 6 deletions
|
@ -97,6 +97,12 @@ html, body {
|
|||
}
|
||||
}
|
||||
|
||||
.ellipsis {
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.ui.small.text.container {
|
||||
max-width: 500px !important;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue