mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-31 21:01:33 +02:00
Merge pull request #22579 from overleaf/td-bs5-dropdown-header-display
Remove flex from dropdown header in BS5 GitOrigin-RevId: 799b99273ed2c69af28a407a23d33628195916e9
This commit is contained in:
@@ -22,8 +22,6 @@ $dropdown-item-min-height: 36px;
|
||||
.dropdown-header {
|
||||
@include body-xs;
|
||||
|
||||
display: flex;
|
||||
align-items: center;
|
||||
min-height: $dropdown-item-min-height; // a minimum height of 36px to be accessible for touch screens
|
||||
padding: var(--spacing-05) var(--spacing-06) var(--spacing-02)
|
||||
var(--spacing-04);
|
||||
|
||||
Reference in New Issue
Block a user