From 3b10217fb0aa3ecd6f998cc9397302b982fc72aa Mon Sep 17 00:00:00 2001 From: Pierre BONDOERFFER Date: Thu, 22 Dec 2016 04:54:28 +0100 Subject: [PATCH] fixed buttons breaking responsive layout --- customize.dist/main.css | 3 ++- customize.dist/src/cryptpad.less | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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;