Dominique Bischof
Dominique Bischof
Resort to horizontal-scrolling when content is long & non-breaking, such as a URL Fixes stephenmcd/grappelli-safe#101
The Recent Actions widget on the dashboard will overflow its box if the content is long & non-breaking, such as a URL. For example: ![Screen Shot 2021-02-08 at 14 37...
Now that input[type="tel"] fields are becoming more common, this will style them the same as similar fields (namely in height & padding). Fixes stephenmcd/grappelli-safe#99
Now that `input[type="tel"]` fields are becoming more common, ideally they would be styled the same as similar fields (namely in height & padding). This can be achieved with adding a...
Forcing RBGA mode is not compatible with JPEG format. Instead follow the source image's mode. Fixes #1925