From b772a4f8bb31c175f2595590d1f62c3a0d022544 Mon Sep 17 00:00:00 2001 From: ed Date: Thu, 11 Apr 2024 21:31:40 +0000 Subject: [PATCH] fix wordwrap of buttons on ios --- copyparty/web/browser.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/copyparty/web/browser.css b/copyparty/web/browser.css index c1e8595f..0901a9ba 100644 --- a/copyparty/web/browser.css +++ b/copyparty/web/browser.css @@ -1600,6 +1600,7 @@ html { padding: .2em .4em; font-size: 1.2em; margin: .2em; + display: inline-block; white-space: pre; position: relative; top: -.12em; @@ -1773,9 +1774,6 @@ html.y #tree.nowrap .ntree a+a:hover { margin: .7em 0 .7em .5em; padding-left: .5em; } -.opwide>div>div>a { - line-height: 2em; -} .opwide>div>h3 { color: var(--fg-weak); margin: 0 .4em;