From e49781bc32e99061650768be4575a30a07f62385 Mon Sep 17 00:00:00 2001 From: David Ichim Date: Sun, 11 Feb 2024 14:50:59 +0200 Subject: [PATCH] Removed word-break:break-word from contents table tbody - Due to having small table headers such as ID or UID which meant that there was no room to show those ids --- packages/volto/news/5742.bugfix | 1 + packages/volto/theme/themes/pastanaga/extras/contents.less | 7 ------- 2 files changed, 1 insertion(+), 7 deletions(-) create mode 100644 packages/volto/news/5742.bugfix diff --git a/packages/volto/news/5742.bugfix b/packages/volto/news/5742.bugfix new file mode 100644 index 0000000000..c03b678de0 --- /dev/null +++ b/packages/volto/news/5742.bugfix @@ -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 \ No newline at end of file diff --git a/packages/volto/theme/themes/pastanaga/extras/contents.less b/packages/volto/theme/themes/pastanaga/extras/contents.less index 082b885fab..af1c80e661 100644 --- a/packages/volto/theme/themes/pastanaga/extras/contents.less +++ b/packages/volto/theme/themes/pastanaga/extras/contents.less @@ -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 {