diff --git a/customize.dist/main.css b/customize.dist/main.css index bf39aed6d..d2345cac7 100644 --- a/customize.dist/main.css +++ b/customize.dist/main.css @@ -149,7 +149,8 @@ tr { border-radius: 5px; margin-top: 12px; margin-bottom: 12px; - white-space: nowrap; + display: inline-block; + line-height: 1.5em; } .alertify button { margin: 3px 0px; diff --git a/customize.dist/src/cryptpad.less b/customize.dist/src/cryptpad.less index cea9aa7d3..b6e50f268 100644 --- a/customize.dist/src/cryptpad.less +++ b/customize.dist/src/cryptpad.less @@ -181,7 +181,8 @@ p, pre, td, a, table, tr { border-radius: 5px; margin-top: 2 * 6px; margin-bottom: 2 * 6px; - white-space: nowrap; + display: inline-block; + line-height: 1.5em; } .alertify button { margin: 3px 0px;