Skip to content

Commit 72b70b5

Browse files
authored
Only allowed one scroll bar when zooming in (#8330)
1 parent 26da95e commit 72b70b5

4 files changed

Lines changed: 7 additions & 0 deletions

File tree

src/Bootstrap/dist/css/bootstrap-theme.css

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Bootstrap/dist/css/bootstrap.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Bootstrap/less/tables.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ th {
4545
.table {
4646
width: 100%;
4747
max-width: 100%;
48+
min-width: 290px;
4849
margin-bottom: @line-height-computed;
4950
// Cells
5051
> thead,

src/Bootstrap/less/theme/page-status.less

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@
6565
}
6666

6767
.table {
68+
word-break: break-word;
69+
6870
thead {
6971
th:nth-child(1) {
7072
width: 50%;

0 commit comments

Comments
 (0)