You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2021/02/04 18:44:46 UTC

[GitHub] [superset] klazaj opened a new issue #12951: Overriding font-size for subheader-line in Big Number Chart causes page crash

klazaj opened a new issue #12951:
URL: https://github.com/apache/superset/issues/12951


   I tried to override the `subheader-line` class for Big Number chart, like so:
   
   ```
   .subheader-line {
       font-size: 150%!important;
   }
   ```
   However, when I click `Save Changes`, the page becomes unresponsive. Why is that? How can I override the CSS of Subheader? The font-size becomes too small when I write more than a few words. It's too small even when I choose `Huge` for Font-size option in Chart Options. 


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] anh-nguyen2021 commented on issue #12951: Overriding font-size for subheader-line in Big Number Chart on a dashboard causes page crash

Posted by GitBox <gi...@apache.org>.
anh-nguyen2021 commented on issue #12951:
URL: https://github.com/apache/superset/issues/12951#issuecomment-1014362176


   > Heads up for anyone else that runs into this: We just experienced this exact issue, and solved it by escaping the `!` character in `!important`.
   I got this issue.  But when you remove the ! character, the font-size doesn't change at all
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] russbeye commented on issue #12951: Overriding font-size for subheader-line in Big Number Chart on a dashboard causes page crash

Posted by GitBox <gi...@apache.org>.
russbeye commented on issue #12951:
URL: https://github.com/apache/superset/issues/12951#issuecomment-940190662


   Heads up for anyone else that runs into this: We just experienced this exact issue, and solved it by escaping the `!` character in `!important`.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org