field_ui_display_mode_table.css
Same filename in this branch
Same filename in other branches
.display-mode-table th:first-child { width: 30%; } .display-mode-table th:nth-child(2) { width: 50%; } .display-mode-table th:last-child { width: 20%; } .display-mode-table td { max-width: 50px; word-wrap: break-word; }
File
-
core/
themes/ stable9/ css/ field_ui/ field_ui_display_mode_table.css
View source
- .display-mode-table th:first-child {
- width: 30%;
- }
- .display-mode-table th:nth-child(2) {
- width: 50%;
- }
- .display-mode-table th:last-child {
- width: 20%;
- }
- .display-mode-table td {
- max-width: 50px;
- word-wrap: break-word;
- }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.