You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The formatting of a definition list ("formatering av definisjonsliste") is missing. All the components in the list have the same format, and this makes the list difficult to read:
Description
The formatting of a definition list ("formatering av definisjonsliste") is missing. All the components in the list have the same format, and this makes the list difficult to read:
It should look something like this (copied from https://interactive-examples.mdn.mozilla.net/pages/tabbed/dd.html):
This example uses a CSS looking like this:
`p,
dt {
font-weight: bold;
}
dl,
dd {
font-size: 0.9rem;
}
dd {
margin-bottom: 1em;
}`
Additional Information
Discussed on Slack here: https://altinn.slack.com/archives/C068SF24QQM/p1732703663504899
The text was updated successfully, but these errors were encountered: