app_components: Remove unused div selector css.

Having the styling there or not did not make any difference visually to
either of the drafts, scheduled messages or edit history overlays.

(cherry picked from commit f0e484ea07)
This commit is contained in:
Shubham Padia
2024-07-29 09:01:28 +00:00
committed by Tim Abbott
parent d55b61e7be
commit 614dca46b4

View File

@@ -1044,11 +1044,6 @@ div.overlay {
.overlay-messages-container .overlay-message-row {
padding: 5px 0;
> div {
display: inline-block;
vertical-align: top;
}
.overlay-message-info-box {
width: 100%;
margin-bottom: 10px;