Browse Source

Replace listing blocks overflow hidden with value overflow ellipsis

pm2
Luke Childs 9 years ago
parent
commit
960ab7dade
  1. 3
      assets/style.css

3
assets/style.css

@ -268,7 +268,6 @@ footer {
position: relative;
background: rgba(255, 255, 255, 0.1);
padding: 1em;
overflow: hidden;
}
tr:nth-of-type(even) {
background: rgba(255, 255, 255, 0.2);
@ -283,6 +282,8 @@ footer {
}
td:not(:last-child) {
margin-bottom: 0.5em;
text-overflow: ellipsis;
overflow: hidden;
}
/* Position number on the right */

Loading…
Cancel
Save