Skip to content

Commit d01c19c

Browse files
committed
Fix popup icon for logout option
1 parent 31caaec commit d01c19c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/list/TembaMenu.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ export class TembaMenu extends ResizeElement {
154154
}
155155
156156
.level-0 > temba-dropdown .icon-wrapper {
157-
padding: 0.2em 0em;
157+
padding: 0.2em 0.4em 0.2em 0em;
158158
}
159159
160160
.level-0 > .item.selected::before,

0 commit comments

Comments
 (0)