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):
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):
@awesomerobot In case this slipped by (I understand if it’s not a priority)
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?
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
It’s always best to ask if we aren’t planning on working on it in order to avoid working for nothing.