Improve text overflow

This commit is contained in:
2026-01-15 17:26:15 +01:00
parent 04800a0c09
commit a0c007606b
3 changed files with 20 additions and 20 deletions
+1 -1
View File
@@ -1835,7 +1835,7 @@ button:disabled:hover {
overflow: hidden;
}
.asset-row strong {
.asset-row strong, .asset-row small {
white-space: nowrap;
overflow: hidden;
}