mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 17:18:19 +08:00
Fix CSS for collapsed table cells when showing insertion in Raw mode (#12489)
This commit is contained in:
parent
2ad9b3f432
commit
deb9e3cd22
|
@ -16,6 +16,7 @@
|
||||||
.revision-content {
|
.revision-content {
|
||||||
width: 47.5%;
|
width: 47.5%;
|
||||||
float: left;
|
float: left;
|
||||||
|
min-height: 1px;
|
||||||
|
|
||||||
&:nth-of-type(2) {
|
&:nth-of-type(2) {
|
||||||
margin-left: 5%;
|
margin-left: 5%;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user