fix: code snippet allows horizontal scroll (#8564)
* fix: add overflow-hidden class to BaseModal.Content in CodeAreaModal for improved layout * fix: update BaseModal.Content in CodeAreaModal to use overflowHidden prop for better layout control
This commit is contained in:
parent
ddc17d4c77
commit
ea02f639ff
1 changed files with 1 additions and 1 deletions
|
|
@ -199,7 +199,7 @@ export default function CodeAreaModal({
|
|||
aria-hidden="true"
|
||||
/>
|
||||
</BaseModal.Header>
|
||||
<BaseModal.Content>
|
||||
<BaseModal.Content overflowHidden={true}>
|
||||
<Input
|
||||
value={code}
|
||||
readOnly
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue