Prevent line break on responsive tables
This commit is contained in:
parent
0188db4716
commit
73e24514b1
1 changed files with 5 additions and 0 deletions
|
|
@ -36,3 +36,8 @@ a {
|
|||
.text-bold {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.table-responsive th,
|
||||
.table-responsive td {
|
||||
white-space: nowrap;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue