chore: Refactor reports css for RTL (#6537)

This commit is contained in:
Sivin Varghese
2023-02-27 11:50:21 +05:30
committed by GitHub
parent 7d4e6d0257
commit bfb445186d
5 changed files with 23 additions and 25 deletions

View File

@@ -25,8 +25,7 @@
.business-hours {
align-items: center;
display: flex;
justify-content: end;
margin-bottom: var(--space-normal);
justify-content: flex-start;
margin-left: auto;
padding-right: var(--space-normal);
}