From 4d6e1152083364250f3b2f6745aa1b6f983dcc8f Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Mon, 3 Mar 2025 18:04:21 +0200 Subject: [PATCH] style(next)/attribute detail dialog: tweak input labels --- src/public/stylesheets/theme-next/ribbon.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/public/stylesheets/theme-next/ribbon.css b/src/public/stylesheets/theme-next/ribbon.css index e0187a25a..a2f65bce2 100644 --- a/src/public/stylesheets/theme-next/ribbon.css +++ b/src/public/stylesheets/theme-next/ribbon.css @@ -78,4 +78,15 @@ div.editability-dropdown a.dropdown-item { min-width: 0; padding: 4px 10px !important; font-size: .8em; +} + +/* + * Attribute detail dialog + */ + +/* Labels */ +.attr-edit-table th { + padding-right: 12px; + font-weight: normal; + white-space: nowrap; } \ No newline at end of file