Commit d7c19d0
committed
fix: exclude max-width/min-width from mobile fixed-width check
The mobile compat regex was falsely flagging max-width values as
fixed-width overflow risks. Added negative lookbehind to exclude
max-width and min-width from the check.1 parent cce6aa0 commit d7c19d0
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
312 | 312 | | |
313 | 313 | | |
314 | 314 | | |
315 | | - | |
| 315 | + | |
316 | 316 | | |
317 | 317 | | |
318 | 318 | | |
| |||
0 commit comments