From: Dominik Csapak <d.csapak@proxmox.com>
To: pmg-devel@lists.proxmox.com
Subject: [PATCH yew-widget-toolkit-assets 1/2] slidable: make text non-wrapping
Date: Mon, 8 Jun 2026 16:33:09 +0200 [thread overview]
Message-ID: <20260608143315.3410623-2-d.csapak@proxmox.com> (raw)
In-Reply-To: <20260608143315.3410623-1-d.csapak@proxmox.com>
For long labels, the text would wrap and it would get too tall and
break alignment. Since the text and icons should be aligned with each
other, don't let the text wrap here.
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
---
scss/_slidable.scss | 2 ++
1 file changed, 2 insertions(+)
diff --git a/scss/_slidable.scss b/scss/_slidable.scss
index 821d554..8a1a611 100644
--- a/scss/_slidable.scss
+++ b/scss/_slidable.scss
@@ -25,5 +25,7 @@
justify-content: center;
align-items: center;
+ text-wrap: nowrap;
+
@include state-layer();
}
--
2.47.3
next prev parent reply other threads:[~2026-06-08 14:33 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-06-08 14:33 [PATCH pmg-yew-quarantine-gui/yew-widget-toolkit-assets 0/2] add 'mark as unseen' action in spam list Dominik Csapak
2026-06-08 14:33 ` Dominik Csapak [this message]
2026-06-08 14:33 ` [PATCH pmg-yew-quarantine-gui 2/2] spam list: show seen/unseen slidable action depending on state Dominik Csapak
2026-06-09 15:28 ` applied: [PATCH pmg-yew-quarantine-gui/yew-widget-toolkit-assets 0/2] add 'mark as unseen' action in spam list Thomas Lamprecht
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260608143315.3410623-2-d.csapak@proxmox.com \
--to=d.csapak@proxmox.com \
--cc=pmg-devel@lists.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox