Шаблон:таблицаролей/styles.css
| Строка 52: | Строка 52: | ||
padding: 3px; | padding: 3px; | ||
display: grid; | display: grid; | ||
grid-template-columns: repeat( | grid-template-columns: repeat(5, minmax(auto, 1fr)); | ||
gap: 5px; | gap: 5px; | ||
border-radius: 3px; | border-radius: 3px; | ||
| Строка 61: | Строка 60: | ||
.RoleTable-content_secondary { | .RoleTable-content_secondary { | ||
display: grid; | display: grid; | ||
grid-template-columns: repeat( | grid-template-columns: repeat(2, minmax(auto, 1fr)); | ||
gap: 3px; | gap: 3px; | ||
margin-top: 3px; | margin-top: 3px; | ||
| Строка 71: | Строка 69: | ||
padding: 0 5px; | padding: 0 5px; | ||
min-width: 0; | min-width: 0; | ||
white-space: nowrap; | |||
overflow: hidden; | |||
text-overflow: ellipsis; | |||
} | } | ||
.RoleTable-block_title { | .RoleTable-block_title { | ||
font-weight: bold; | font-weight: bold; | ||
white-space: nowrap; | |||
overflow: hidden; | |||
text-overflow: ellipsis; | |||
} | } | ||
.RoleTable-block_content { | .RoleTable-block_content { | ||
padding: 2px 0; | padding: 2px 0; | ||
white-space: nowrap; | |||
overflow: hidden; | |||
text-overflow: ellipsis; | |||
} | } | ||
.RoleTable-block_content p { | .RoleTable-block_content p { | ||
margin: 0; | margin: 0; | ||
white-space: nowrap; | |||
overflow: hidden; | |||
text-overflow: ellipsis; | |||
} | } | ||