Prevent line break on responsive tables

This commit is contained in:
William Bouzourène 2025-01-23 12:44:48 +01:00
parent 0188db4716
commit 73e24514b1

View file

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