Blame view

dictionary/static/css/all_notes_table.css 149 Bytes
Bartłomiej Nitoń authored
1
2
3
4
5
6
7
8
.inflection-table-container {
  display: inline-block;
  vertical-align: top;
}

table.AllNotesTable td.TextRow {
  white-space: pre-wrap;
}