Skip to content
This repository was archived by the owner on May 2, 2022. It is now read-only.

Commit 6573d40

Browse files
Merge pull request #40 from aXenDeveloper/fix_long_ban_reason
Fix white-space in table
2 parents 71bf2ee + ede9ab0 commit 6573d40

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

sourcebans-web-theme-fluent/style/global.css

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

sourcebans-web-theme-fluent/style/global.css.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.

sourcebans-web-theme-fluent/style/global.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ a {
270270
.ban {
271271
&_action {
272272
@include reset-list(0 15px 0 0, 0);
273-
width: 200px;
273+
flex: 0 0 200px;
274274

275275
li:not(:last-child) {
276276
margin-bottom: 10px;
@@ -301,7 +301,7 @@ a {
301301
&:last-child {
302302
display: flex;
303303
flex-wrap: wrap;
304-
flex: 0 0 100%;
304+
flex: 1;
305305

306306
> span {
307307
flex: 0 1 99%;

sourcebans-web-theme-fluent/style/scss/framework/_tables.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
table {
88
width: 100%;
99
border-spacing: 0;
10-
white-space: nowrap;
1110

1211
thead,
1312
td.listtable_top {

0 commit comments

Comments
 (0)