Skip to content
Snippets Groups Projects
Verified Commit f79817a4 authored by Théodore Biadala's avatar Théodore Biadala
Browse files

Issue #3436963 by sheetal-wish, ivnish, sourojeetpaul, smustgrave, longwave:...

Issue #3436963 by sheetal-wish, ivnish, sourojeetpaul, smustgrave, longwave: CKEditor 5 table cell vertical align "middle" doesn't work
parent 7e28ed51
No related branches found
No related tags found
No related merge requests found
......@@ -78,6 +78,11 @@
margin-top: 0;
}
.text-content table td,
.text-content table th {
vertical-align: middle;
}
.tablesort {
vertical-align: middle;
}
......
......@@ -77,6 +77,13 @@
margin-top: 0;
}
.text-content table {
& td,
& th {
vertical-align: middle;
}
}
.tablesort {
vertical-align: middle;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment