File tree Expand file tree Collapse file tree 1 file changed +28
-28
lines changed
Expand file tree Collapse file tree 1 file changed +28
-28
lines changed Original file line number Diff line number Diff line change 233233 resize : vertical ;
234234 }
235235
236- .input {
237- width : 100% ;
238- select {
239- width : 130px ;
240-
241- @media (pointer : coarse) {
242- padding : 8px 3px ;
243- min-height : 44px ;
244- }
245- }
236+ .input {
237+ width : 100% ;
238+ select {
239+ width : 130px ;
246240
247- .label {
248- width : 90% ;
249- }
241+ @media (pointer : coarse) {
242+ padding : 8px 3px ;
243+ min-height : 44px ;
244+ }
245+ }
250246
251- table {
252- input {
253- width : 300px ;
247+ .label {
248+ width : 90% ;
254249 }
255- }
256- & .books {
257- .TitleAuthor {
258- // stylelint-disable-next-line max-nesting-depth
259- input #work-title {
260- width : 900px !important ;
261- }
262250
263- // stylelint-disable-next-line max-nesting-depth
264- input #author {
265- width : 550px !important ;
251+ table {
252+ input {
253+ width : 300px ;
254+ }
255+ }
256+ & .books {
257+ .TitleAuthor {
258+ // stylelint-disable-next-line max-nesting-depth
259+ input #work-title {
260+ width : 900px !important ;
261+ }
262+
263+ // stylelint-disable-next-line max-nesting-depth
264+ input #author {
265+ width : 550px !important ;
266+ }
266267 }
267268 }
268269 }
270+ /* stylelint-enable selector-max-specificity */
269271 }
270- /* stylelint-enable selector-max-specificity */
271- }
272272}
You can’t perform that action at this time.
0 commit comments