You are here

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.css
View source
  1. .redirect-table {
  2. table-layout: fixed;
  3. }
  4. .redirect-table__operations {
  5. width: 30%;
  6. }
  7. .redirect-table__path {
  8. width: 70%;
  9. white-space: nowrap;
  10. overflow: hidden;
  11. text-overflow: ellipsis;
  12. }