Skip to content

Commit

Permalink
Revert c5d0a467 (#3834)
Browse files Browse the repository at this point in the history
Reported issues with tables with constrained widths breaking content too much.

Refs: octobercms/october#4618
  • Loading branch information
Ben Thomson committed Sep 12, 2019
1 parent 5f95c3f commit 89fca32
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion assets/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ fieldset {border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}
legend {border:0;padding:0}
textarea {overflow:auto}
optgroup {font-weight:bold}
table {border-collapse:collapse;border-spacing:0;table-layout:auto;word-wrap:break-word;word-break:break-all}
table {border-collapse:collapse;border-spacing:0;table-layout:auto}
td,
th {padding:0}
*,
Expand Down
4 changes: 1 addition & 3 deletions assets/ui/less/site.normalize.less
Original file line number Diff line number Diff line change
Expand Up @@ -416,11 +416,9 @@ table {
border-collapse: collapse;
border-spacing: 0;
table-layout: auto;
word-wrap: break-word;
word-break: break-all;
}

td,
th {
padding: 0;
}
}
2 changes: 1 addition & 1 deletion assets/ui/storm.css
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ fieldset {border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}
legend {border:0;padding:0}
textarea {overflow:auto}
optgroup {font-weight:bold}
table {border-collapse:collapse;border-spacing:0;table-layout:auto;word-wrap:break-word;word-break:break-all}
table {border-collapse:collapse;border-spacing:0;table-layout:auto}
td,
th {padding:0}
*,
Expand Down

0 comments on commit 89fca32

Please sign in to comment.