refactor: ellipsis added to label instad of action-button

This commit is contained in:
kKaskak 2024-01-03 15:19:26 +02:00
parent d3913e6d52
commit dd38bf14e4

View file

@ -145,8 +145,12 @@
}
.action-button {
text-overflow: ellipsis;
width: 100%;
.label {
text-overflow: ellipsis;
white-space: nowrap;
}
}
}
}