mirror of
https://github.com/enso-org/enso.git
synced 2024-11-22 22:10:15 +03:00
Fix width of settings sections when only a single column is visible (#11138)
- Fix settings columns having zero width when only a single column is visible # Important Notes None
This commit is contained in:
parent
7c413298fb
commit
1fc4fe6b6e
@ -80,7 +80,7 @@ export default function SettingsTab(props: SettingsTabProps) {
|
||||
<div
|
||||
key={i}
|
||||
className={tailwindMerge.twMerge(
|
||||
'flex h-fit w-0 flex-1 flex-col gap-settings-subsection pb-12',
|
||||
'flex h-fit flex-1 flex-col gap-settings-subsection pb-12',
|
||||
classes[i],
|
||||
)}
|
||||
>
|
||||
|
Loading…
Reference in New Issue
Block a user