mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
Revert "compose: Fix buttons spilling from compose box."
This reverts commit 9243fa3d52.
This commit appears to have caused the same issue with the compose box
borders at other size/zoom configurations that may be more common.
We'll figure out a better fix and apply that.
This commit is contained in:
@@ -506,9 +506,9 @@
|
||||
grid-area: message-formatting-controls-container;
|
||||
border-radius: 0 0 3px 3px;
|
||||
background-color: var(--color-message-formatting-controls-container);
|
||||
border: 1px solid var(--color-message-content-container-border);
|
||||
border-top: none;
|
||||
border-bottom: none;
|
||||
/* margin on either side to let the border of
|
||||
.message-content-container show through. */
|
||||
margin: 0 1px;
|
||||
}
|
||||
|
||||
.compose-scrolling-buttons-container {
|
||||
|
||||
Reference in New Issue
Block a user