diff --git a/src/config.jsx b/src/config.jsx index 20a2d11..41ce7be 100644 --- a/src/config.jsx +++ b/src/config.jsx @@ -491,7 +491,7 @@ class ConfigView extends React.Component {
-
+
General Configuration
@@ -501,7 +501,7 @@ class ConfigView extends React.Component {
-
+
SSSD Configuration
diff --git a/src/table.css b/src/table.css index e60493a..b038fd0 100644 --- a/src/table.css +++ b/src/table.css @@ -69,9 +69,12 @@ line-height: 26px; } +/* Match the form-table-ct CSS equivalent */ .info-table-ct > tr > td:first-child, .info-table-ct > tbody > tr > td:first-child { - text-align: right; + text-align: left; + white-space: nowrap; + width: 5px; color: #888888; }