a few more changes
+ boxshadow is constant + new resize handle + minW and minH set on widgets
This commit is contained in:
@@ -15,9 +15,9 @@ export default function AlertLevel({id, isEditable, isDelete, DeleteWidget}) {
|
||||
height="100%"
|
||||
p={2}
|
||||
>
|
||||
<Field.Root orientation="horizontal" align>
|
||||
<HStack spacing={4} align="center" width="100%">
|
||||
<Field.Label whiteSpace="nowrap" width="100%">Country Name</Field.Label>
|
||||
<Field.Root orientation="horizontal" >
|
||||
<HStack display="flex" spacing={4} align="center" width="100%">
|
||||
<Field.Label display="flex" whiteSpace="nowrap">Country Name</Field.Label>
|
||||
<Input {...register("countryname")} placeholder="Enter country name"/>
|
||||
</HStack>
|
||||
</Field.Root>
|
||||
|
||||
Reference in New Issue
Block a user