mirror of
https://github.com/apache/superset.git
synced 2026-05-12 19:35:17 +00:00
chore: Remove logo forced width (#19049)
* Remove logo forced width * improve styling * improve paddings * Update UPDATING.md * Fixes a typo * Add fixed height Co-authored-by: Michael S. Molina <70410625+michael-s-molina@users.noreply.github.com> Co-authored-by: Evan Rusackas <evan@preset.io>
This commit is contained in:
@@ -317,7 +317,6 @@ def menu_data() -> Dict[str, Any]:
|
||||
"path": appbuilder.app.config["LOGO_TARGET_PATH"] or "/",
|
||||
"icon": appbuilder.app_icon,
|
||||
"alt": appbuilder.app_name,
|
||||
"width": appbuilder.app.config["APP_ICON_WIDTH"],
|
||||
"tooltip": appbuilder.app.config["LOGO_TOOLTIP"],
|
||||
"text": brand_text,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user