Merge pull request #36494 from KerollesFathy/fix-calender-ui-issues

fix(calender): align icons with text in button
This commit is contained in:
Suraj Shetty 2026-02-03 14:04:10 +05:30 committed by GitHub
commit e40741a7d9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -227,3 +227,15 @@ th.fc-col-header-cell {
.fc-now-indicator-arrow {
display: none !important;
}
#fc-calendar-wrapper .btn {
display: inline-flex;
align-items: center;
gap: 6px;
line-height: 1.4;
svg {
width: 14px;
height: 14px;
}
}