We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 883262d commit e39838eCopy full SHA for e39838e
packages/ui-text-input/src/TextInput/styles.ts
@@ -208,11 +208,11 @@ const generateStyle = (
208
afterElement: {
209
// the next couple lines (until the `label`) is needed so the IconButton looks OK inside the TextInput
210
// explanation: if the content inside is not a button or a popover (which could contain a button) it should have some padding on the right
211
- '& > :not(button):not([data-cid$="Popover"])': {
+ '& > :not(button):not([data-position^="Popover"])': {
212
marginRight: componentTheme.padding
213
},
214
marginTop: '1px',
215
- marginBottom: '1px',
+ marginBottom: '2px',
216
display: 'flex',
217
alignItems: 'center',
218
...sizeVariants[size!],
0 commit comments