Skip to content

Commit

Permalink
Removed word-break:break-word from contents table tbody (#5749)
Browse files Browse the repository at this point in the history
  • Loading branch information
ichim-david authored Mar 5, 2024
1 parent 8b4afef commit 9bb5dff
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
1 change: 1 addition & 0 deletions packages/volto/news/5742.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Removed css from `contents.less` that made the Contents table break words in tiny sections due to small table headers such as `ID` or `UID`. @ichim.david
7 changes: 0 additions & 7 deletions packages/volto/theme/themes/pastanaga/extras/contents.less
Original file line number Diff line number Diff line change
Expand Up @@ -152,13 +152,6 @@
background-color: rgb(228, 1, 102);
color: white;
}

@media only screen and (min-width: @largeMonitorBreakpoint) {
.ui.table.single.line tbody {
white-space: normal;
word-break: break-word;
}
}
}

.contents-pagination {
Expand Down

0 comments on commit 9bb5dff

Please sign in to comment.