Skip to content

Commit f55aee7

Browse files
committed
Avoid table overflowing in modals
Some table fields in modals may overflow if they contain a very long word, for example the metadata td's in the create event modal on the summary page. This commit fixes that by specifying word break bevahiour for td's.
1 parent 4e37ba0 commit f55aee7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/styles/components/modals/_modal-base.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,7 @@
283283
line-height: 25px !important;
284284
padding-top: 4px;
285285
padding-bottom: 4px;
286+
word-break: break-word;
286287

287288
> a {
288289
float: none;

0 commit comments

Comments
 (0)