1
0
mirror of https://github.com/spacebarchat/client.git synced 2024-11-25 11:42:30 +01:00

actually finish fixing inconsistent section header heights

This commit is contained in:
Puyodead1 2023-08-25 22:53:09 -04:00
parent 8b908f9bf0
commit c5a7ff2a28
No known key found for this signature in database
GPG Key ID: A4FA4FEC0DD353FC

View File

@ -8,4 +8,5 @@ export const SectionHeader = styled.div`
align-items: center;
justify-content: space-between;
white-space: nowrap;
height: 24px;
`;