mirror of
https://github.com/tutao/tutanota.git
synced 2025-10-19 07:53:47 +00:00
finalize margin classes
This commit is contained in:
parent
3d1487ef4a
commit
b79e64f8a3
27 changed files with 44 additions and 69 deletions
|
@ -58,7 +58,7 @@ export class InfoBanner implements Component<InfoBannerAttrs> {
|
|||
{ style: { "margin-left": px(size.icon_24 + 1) } }, // allow room for the icon
|
||||
[
|
||||
m(".mr-12.pt-s.pb-s", typeof message === "function" ? message() : m(".small.text-break", lang.get(message))),
|
||||
m(".flex.ml-negative-s", { style: buttonContainerStyle }, [this.renderButtons(buttons), this.renderHelpLink(helpLink)]),
|
||||
m(".flex.ml-negative-8", { style: buttonContainerStyle }, [this.renderButtons(buttons), this.renderHelpLink(helpLink)]),
|
||||
],
|
||||
),
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue