From 52f012daf5ee166f263c5ea7fe45ce7439772e60 Mon Sep 17 00:00:00 2001 From: Rob Garrison Date: Fri, 30 Nov 2018 21:48:55 -0600 Subject: [PATCH] Fix action icon wrapping --- manage/manage.css | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/manage/manage.css b/manage/manage.css index 5af3522f..a91cd46e 100644 --- a/manage/manage.css +++ b/manage/manage.css @@ -176,6 +176,11 @@ a:hover { padding: 0; } +/* keep all icons on the same row */ +.entry-actions { + white-space: pre; +} + .header-version, .entry-version { max-width: var(--narrow-column); @@ -781,7 +786,12 @@ details.applies-to-extra[open] { } @media (max-width: 1000px) { - + .entry-actions { + white-space: normal; + } + .invisible { + display: none; + } } /* Deprecated dropbox backup (dropbox-sync) */