Reactive-Resume icon indicating copy to clipboard operation
Reactive-Resume copied to clipboard

[BUG] HTML ID should not start with a digit to be CSS compliant

Open parastuffs opened this issue 2 years ago • 0 comments

Describe the bug

The problem is that the HTML ID generated for each element can start with a number, which is not CSS compliant, making it impossible to customize the element's style.

The current workaround is to use the in-browser element inspector and generate duplicates of an element until they get an ID starting with a [a-zA-Z] character.

Product Flavor

  • [x] Managed (https://rxresu.me)
  • [ ] Self Hosted

To Reproduce

Try to change the CSS for an element through the right sidebar by specifying the ID.

Expected behavior IDs should not start with a digit.

Desktop (please complete the following information):

  • OS: Manjaro Linux
  • Browser Firefox
  • Version 101.0.1 (64-bit)

Cheers for the awesome tool anyway.

parastuffs avatar Jun 20 '22 19:06 parastuffs

Should be fixed now :)

AmruthPillai avatar Aug 28 '22 13:08 AmruthPillai