Skip to content

Commit bfffb48

Browse files
authored
Updates column span widths and tab label wrapping (#145)
* Updates span widths for columns. * Updates tab styles to wrap on overflow.
1 parent 515269b commit bfffb48

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

assets/bundled/bbcode-parser.min.js.map

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

assets/stylesheets/common/rowcolumn.scss

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,28 +15,28 @@
1515
padding: 0 0.5%;
1616
float: left;
1717
&[data-span="column-width-span1"] {
18-
width: 13.5%;
18+
width: 10.5%;
1919
}
2020
&[data-span="column-width-span2"] {
2121
width: 23%;
2222
}
2323
&[data-span="column-width-span3"] {
24-
width: 41%;
24+
width: 35.5%;
2525
}
2626
&[data-span="column-width-span4"] {
2727
width: 48%;
2828
}
2929
&[data-span="column-width-span5"] {
30-
width: 66%;
30+
width: 60.5%;
3131
}
3232
&[data-span="column-width-span6"] {
33-
width: 79%;
33+
width: 73%;
3434
}
3535
&[data-span="column-width-span7"] {
36-
width: 91%;
36+
width: 85.5%;
3737
}
3838
&[data-span="column-width-span8"] {
39-
width: 100%;
39+
width: 98%;
4040
}
4141
}
4242

assets/stylesheets/common/tabs.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ div.bb-tabs {
1111
box-sizing: content-box;
1212
display: block;
1313
font-weight: bold;
14-
height: 22px;
14+
height: auto;
1515
line-height: 22px;
1616
padding: 0 22px;
1717
text-transform: uppercase;
18-
white-space: nowrap;
18+
overflow-wrap: anywhere;
1919
border: 1px solid var(--tertiary);
2020

2121
&:first-of-type {

0 commit comments

Comments
 (0)