Merge pull request #36494 from KerollesFathy/fix-calender-ui-issues
fix(calender): align icons with text in button
This commit is contained in:
commit
e40741a7d9
1 changed files with 12 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue