The current style is:
.modal.history-modal table.markdown>tbody>tr>td, .modal.history-modal .revision-content {
width: 47.5%;
float: left;
}
Which breaks when there isn’t any text in the left cell (example: https://meta.discourse.org/t/welcome-to-meta-discourse-org/1
):
5 Likes
@awesomerobot In case this slipped by (I understand if it’s not a priority)
1 Like
zogstrip
(Régis Hanol)
3
Looks like you are 90% there solving this bug, why don’t you do the missing 10% and submit a pull request with a fix? 
1 Like
Done: https://github.com/discourse/discourse/pull/12489
I never know when I should do it myself or when the team prefers to do it 
1 Like
zogstrip
(Régis Hanol)
5

It’s always best to ask if we aren’t planning on working on it in order to avoid working for nothing.
3 Likes
zogstrip
(Régis Hanol)
6
It’s now fixed 
Thanks a lot @Nacho_Caballero 
3 Likes