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 24cf038 commit 8e7a660Copy full SHA for 8e7a660
workspaces/frontend/src/shared/style/MUI-theme.scss
@@ -267,6 +267,10 @@
267
resize: none;
268
--pf-v6-c-form-control--PaddingBlockStart: var(--mui-spacing-16px);
269
--pf-v6-c-form-control--PaddingBlockEnd: var(--mui-spacing-16px);
270
+ #text-file-simple-filename {
271
+ --pf-v6-c-form-control--PaddingBlockStart: var(--mui-spacing-8px);
272
+ --pf-v6-c-form-control--PaddingBlockEnd: var(--mui-spacing-8px);;
273
+ }
274
}
275
276
0 commit comments