Skip to content

Commit

Permalink
fix(cc-header-addon): improve zone alignment in footer
Browse files Browse the repository at this point in the history
  • Loading branch information
florian-sanders-cc committed Oct 30, 2024
1 parent 8c72d23 commit d875d57
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/cc-header-addon/cc-header-addon.js
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,9 @@ export class CcHeaderAddon extends LitElement {
}
cc-zone {
/* FIXME: remove align-items once #1225 is merged */
align-items: center;
font-style: normal;
white-space: nowrap;
}
Expand Down

0 comments on commit d875d57

Please sign in to comment.