Skip to content

Commit

Permalink
style adjustment of More symbol (#763)
Browse files Browse the repository at this point in the history
  • Loading branch information
nielslyngsoe authored Mar 25, 2024
1 parent 3d3ae58 commit 1711daa
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions packages/uui-symbol-more/lib/uui-symbol-more.element.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,15 @@ import { defineElement } from '@umbraco-ui/uui-base/lib/registration';
@defineElement('uui-symbol-more')
export class UUISymbolMoreElement extends LitElement {
render() {
return html`•••`;
return html`···`;
}

static styles = [
css`
:host {
display: inline-block;
font-size: 0.8em;
vertical-align: top;
margin-top: 0.27em;
line-height: 1em;
font-size: 1.48em;
line-height: 0.8em;
user-select: none;
}
`,
Expand Down

0 comments on commit 1711daa

Please sign in to comment.