Prevent line break on responsive tables
This commit is contained in:
parent
b596cb876f
commit
e5b564539e
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