Broken CSS when displaying insertions in Raw mode

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: revision #10):

5 Likes

@awesomerobot In case this slipped by (I understand if it’s not a priority)

1 Like

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? :heart_eyes:

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 :sweat_smile:

1 Like

:raised_hands:

It’s always best to ask if we aren’t planning on working on it in order to avoid working for nothing.

3 Likes

It’s now fixed :tada:

Thanks a lot @Nacho_Caballero :+1:

3 Likes