Skip to content

Commit

Permalink
include comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasbrunvoll committed May 30, 2024
1 parent b8dfd0e commit 0e9634e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/widget/widget.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -321,14 +321,18 @@
.messageBox[hidden] {
display: none;
}

/**
* Configurable options for widget
*/

/* Inherit the font from the web page using the widget. */
.inheritFont,
.inheritFont * {
font-family: inherit !important;
}

/* Change the layout to a single column layout instead of the default layout. */
.singleColumnLayout .main {
grid-template-columns: 1fr;
}
Expand Down

0 comments on commit 0e9634e

Please sign in to comment.