[WEB-1137] fix: Firefox distorted vertical text (#4376)

This commit is contained in:
rahulramesha 2024-05-06 15:22:45 +05:30 committed by GitHub
parent 653005bb3b
commit 463f4781ae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -111,8 +111,8 @@ export const HeaderGroupByCard: FC<IHeaderGroupByCard> = observer((props) => {
</div>
<div
className={`relative flex items-center gap-1 overflow-hidden ${
verticalAlignPosition ? `flex-col` : `w-full flex-row`
className={`relative flex items-center gap-1 ${
verticalAlignPosition ? `flex-col` : `w-full flex-row overflow-hidden`
}`}
>
<div