Skip to content

Commit ff102bb

Browse files
Jithin RajuJithin Raju
authored andcommitted
Improve LDAP Settings table layout and fix typo
- Adjust LDAP Settings table column widths to 20-25-55 for better readability - Add table-layout:fixed CSS to enforce column width specifications - Fix typo: microsftad -> microsoftad in ldap.provider setting
1 parent 8403b6a commit ff102bb

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

source/_static/theme_overrides.css

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,18 @@
1111
overflow: visible;
1212
}
1313

14+
/* Force table to respect column widths */
15+
.wy-table-responsive table {
16+
table-layout: fixed;
17+
width: 100%;
18+
}
19+
20+
.wy-table-responsive table td,
21+
.wy-table-responsive table th {
22+
overflow-wrap: break-word;
23+
word-wrap: break-word;
24+
}
25+
1426
.rst-content li {
1527
padding-top: 4px;
1628
}

source/adminguide/accounts.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -486,6 +486,7 @@ OpenLDAP)
486486

487487
.. list-table:: LDAP Settings
488488
:header-rows: 1
489+
:widths: 20 25 55
489490

490491
* - Setting
491492
- OpenLDAP / Active Directory

0 commit comments

Comments
 (0)