Шаблон:таблицаролей/styles.css
| Строка 72: | Строка 72: | ||
margin-top: 3px; | margin-top: 3px; | ||
width: 100%; | width: 100%; | ||
} | |||
.RoleTable-content_secondary > .RoleTable-content_block:only-child { | |||
grid-column: 1 / -1; | |||
} | } | ||
| Строка 113: | Строка 117: | ||
.RoleTable-content_block { | .RoleTable-content_block { | ||
min-width: 100%; | min-width: 100%; | ||
} | |||
.RoleTable-content_secondary > .RoleTable-content_block:only-child { | |||
grid-column: 1; | |||
} | } | ||
} | } | ||