Шаблон:таблицаролей/styles.css

Вернуться

Строка 82: Строка 82:
     padding: 0 5px;
     padding: 0 5px;
     min-width: 0;
     min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
}


Строка 96: Строка 93:
.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;
}
}