redirect.admin.css in Redirect 8
.redirect-table {
table-layout: fixed;
}
.redirect-table__operations {
width: 30%;
}
.redirect-table__path {
width: 70%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
File
css/redirect.admin.cssView source
- .redirect-table {
- table-layout: fixed;
- }
-
- .redirect-table__operations {
- width: 30%;
- }
-
- .redirect-table__path {
- width: 70%;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- }