mirror of
https://github.com/chartdb/chartdb.git
synced 2026-05-02 15:49:32 -05:00
fix database editions overflow issues (#268)
This commit is contained in:
@@ -141,7 +141,7 @@ export const ImportDatabase: React.FC<ImportDatabaseProps> = ({
|
||||
</p>
|
||||
<ToggleGroup
|
||||
type="single"
|
||||
className="ml-1 gap-2"
|
||||
className="ml-1 flex-wrap gap-2"
|
||||
value={
|
||||
!databaseEdition ? 'regular' : databaseEdition
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user