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