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 d431752 commit 0c15221Copy full SHA for 0c15221
packages/@adobe/spectrum-css-temp/components/fieldlabel/index.css
@@ -148,7 +148,7 @@ governing permissions and limitations under the License.
148
.spectrum-Form {
149
/* With labelPosition=side, we override field layout to use a CSS table
150
* so that all the labels and fields line up automatically. */
151
- &:where(.spectrum-Form--positionSide) {
+ &.spectrum-Form--positionSide {
152
display: table;
153
border-collapse: separate;
154
border-spacing: var(--spectrum-tableform-border-spacing);
0 commit comments