Browse Source

Don't let long values break mobile layout on node page

pm2
Luke Childs 8 years ago
parent
commit
961e61e1b3
  1. 2
      assets/style.css

2
assets/style.css

@ -184,6 +184,8 @@ dt:not(:first-child) {
dd {
margin: 0.2em 0 0 2em;
overflow: hidden;
text-overflow: ellipsis;
}
dd.flag {

Loading…
Cancel
Save