Bug 1579774 Comment 2 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Main file:
`devtools/server/actors/utils/inactive-property-helper.js`

invalidProperties: [
  "width",
  "height",
]

inactive-css-ruby-element = <strong>{ $property }</strong> has no effect on this element since it is a ruby element.
inactive-css-ruby-element-fix = Try removing <strong>display:ruby</strong>. { learn-more }
Main file:
`devtools/server/actors/utils/inactive-property-helper.js`

invalidProperties: [
  "width",
  "height",
]

inactive-css-ruby-element = <strong>{ $property }</strong> has no effect on this element since it is a ruby element and is calculated by the font size of the ruby text.
inactive-css-ruby-element-fix = Try changing the <strong>font-size</strong> of the ruby text. { learn-more }

Back to Bug 1579774 Comment 2