field_ui_display_mode_table.css
Same filename in this branch
Same filename and directory 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/
modules/ field_ui/ css/ 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.