Restore padding on search form inputs (#22132)

GitOrigin-RevId: da5826711072fc39ecc8f8db05881bb0dc0eea87
This commit is contained in:
Alf Eaton
2025-01-22 09:40:27 +00:00
committed by Copybot
parent b1999a220f
commit ee0e6bfd7f

View File

@@ -268,6 +268,9 @@ const searchFormTheme = EditorView.theme({
'--ol-cm-search-form-error-shadow':
'inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px var(--red-50)',
containerType: 'inline-size',
'& .form-control-sm, & .btn-sm': {
padding: 'var(--spacing-03) var(--spacing-05)',
},
},
'&.bootstrap-5 .ol-cm-search-form': {
'--ol-cm-search-form-gap': 'var(--spacing-05)',