Description:
Kindly noticed that the codebase contains the CSS declaration *display: inline;. This is not a valid CSS property and may cause inconsistent behavior across browsers.
Affected Code:
Occurrences can be found in the repository:
tui-color-picker.styl
Suggested Fix:
- Remove *display: inline; entirely in line 16.
Description:
Kindly noticed that the codebase contains the CSS declaration *display: inline;. This is not a valid CSS property and may cause inconsistent behavior across browsers.
Affected Code:
Occurrences can be found in the repository:
tui-color-picker.styl
Suggested Fix: