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 d958cbb commit 87f1c3aCopy full SHA for 87f1c3a
src/Input/styled/wrapper.js
@@ -9,6 +9,7 @@ export default styled.div`
9
10
${p => p.labelDisplay === 'before' && `
11
width: ${p.theme.inputWidth};
12
+ max-width: 100%;
13
14
@media (min-width: 768px) {
15
width: calc(${p.theme.inlineLabelWidth} + ${p.theme.inputWidth});
src/SelectField/styled/wrapper.js
@@ -461,6 +461,7 @@ export default styled.div`
461
position: relative;
462
width: calc(${p => p.theme.inputWidth} + 20px);
463
padding-right: 20px;
464
+ max-width: calc(100% + 20px);
465
466
467
width: calc(${p => p.theme.inlineLabelWidth} + ${p => p.theme.inputWidth} + 20px);
0 commit comments