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