Commit fa15160
authored
Fix - Sandpack error icon overlapping issue (#4332)
* position error icon correctly
Add padding right to line with the error to accommodate space for the error icon.
Added in a new selector because it was getting overridden by more specific selectors.
Fixes #4287
* use important instead of selectors
* fix overlapping for smaller screens
* replace width with min-width
* align error icon to center vertically
Use em instead of pixels for padding, increase line height of error icon1 parent 71cc6be commit fa15160
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
93 | 96 | | |
94 | 97 | | |
95 | 98 | | |
| |||
98 | 101 | | |
99 | 102 | | |
100 | 103 | | |
101 | | - | |
| 104 | + | |
102 | 105 | | |
103 | 106 | | |
104 | 107 | | |
| |||
0 commit comments