Make title truncate sooner due to absolute button

This commit is contained in:
Justin Edmund 2024-04-23 04:47:11 -07:00
parent 4e4f7d2c03
commit bbc7a66c0f

View file

@ -259,6 +259,7 @@
flex-direction: column;
flex-grow: 1;
gap: calc($unit / 2);
max-width: calc(100% - 44px - $unit);
}
.iconWrapper {