Prevent line break on responsive tables

This commit is contained in:
William Bouzourène 2025-01-23 12:44:48 +01:00
parent b596cb876f
commit e5b564539e
Signed by: bouzoure
SSH key fingerprint: SHA256:19MbXpLua4rUtk8tunMesD8KUKb91LXLHg8E/qTooww

View file

@ -36,3 +36,8 @@ a {
.text-bold {
font-weight: bold;
}
.table-responsive th,
.table-responsive td {
white-space: nowrap;
}