Skip to content

Commit 81357b0

Browse files
committed
Fix hierarchy in TextField structure comment
1 parent 543b4d4 commit 81357b0

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

app/components/primer/alpha/text_field.pcss

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -124,13 +124,13 @@
124124
**
125125
** .FormControl
126126
** ├─ .FormControl-label
127-
** ├─ .FormControl-input-wrap
128-
** │ ├─ .FormControl-input-trailingVisualWrap
129-
** │ │ ├─ .FormControl-input-trailingVisual
130-
** │ ├─ .FormControl-input-leadingVisualWrap
131-
** │ │ ├─ .FormControl-input-leadingVisual
132-
** │ ├─ .FormControl-input
133-
** │ ├─ .FormControl-input-trailingAction
127+
** ├─ .FormControl-input-wrap
128+
** │ ├─ .FormControl-input-trailingVisualWrap
129+
** │ │ ├─ .FormControl-input-trailingVisual
130+
** │ ├─ .FormControl-input-leadingVisualWrap
131+
** │ │ ├─ .FormControl-input-leadingVisual
132+
** │ ├─ .FormControl-input
133+
** │ ├─ .FormControl-input-trailingAction
134134
** ├─ .FormControl-inlineValidation
135135
** ├─ .FormControl-caption */
136136

@@ -139,8 +139,8 @@
139139
**
140140
** .FormControl
141141
** ├─ .FormControl-label
142-
** ├─ .FormControl-select-wrap
143-
** │ ├─ .FormControl-select
142+
** ├─ .FormControl-select-wrap
143+
** │ ├─ .FormControl-select
144144
** ├─ .FormControl-inlineValidation
145145
** ├─ .FormControl-caption */
146146

0 commit comments

Comments
 (0)