Reduce horizontal padding on card text

This commit is contained in:
Bill Thornton
2026-07-13 10:35:13 -04:00
parent ca99be6a54
commit f0849dfbe9
+1 -1
View File
@@ -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;