Browse Source

#408 Firefox-fix: word-wrap instead of word-break

tags/1.0.0RC1
Safihre 9 years ago
committed by shypike
parent
commit
ad8b49fea8
  1. 2
      interfaces/Glitter/templates/static/stylesheets/glitter.css

2
interfaces/Glitter/templates/static/stylesheets/glitter.css

@ -915,7 +915,7 @@ tr.queue-item>td:first-child>a {
}
.history-status-table .col-sm-10 {
word-break: break-word;
word-wrap: break-word;
}
.history-status-table a {

Loading…
Cancel
Save