mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2026-09-03 03:50:02 +03:00
Reduce horizontal padding on card text
This commit is contained in:
@@ -299,7 +299,7 @@ button::-moz-focus-inner {
|
||||
}
|
||||
|
||||
.cardText {
|
||||
padding: 0.06em 0.5em;
|
||||
padding: 0.06em 2px; // 2px horizontal padding to avoid touching multiselect border
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
|
||||
Reference in New Issue
Block a user