Skip to content
Snippets Groups Projects

changing css for verticle alignment for table rendered via ckeditor.

2 files
+ 12
0
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -78,6 +78,11 @@
margin-top: 0;
}
.text-content table td,
.text-content table th {
vertical-align: middle;
}
.tablesort {
vertical-align: middle;
}
Loading