diff --git a/frontend/scss/molecules/_m-table.scss b/frontend/scss/molecules/_m-table.scss index cc9907d9c..abff86e63 100644 --- a/frontend/scss/molecules/_m-table.scss +++ b/frontend/scss/molecules/_m-table.scss @@ -156,6 +156,7 @@ Intended for very simple m-tables.. .f-secondary { @include tucked-align-top($f-secondary); + display: inline-block; & { font-style: normal; @@ -164,6 +165,7 @@ Intended for very simple m-tables.. .f-tag { @include tucked-align-top($f-tag); + display: inline-block; & { color: $color__text--title; @@ -204,4 +206,4 @@ Intended for very simple m-tables.. border-left: none; border-right: none; } -} \ No newline at end of file +} diff --git a/frontend/scss/organisms/_o-article.scss b/frontend/scss/organisms/_o-article.scss index 2428fe5cc..dc4aef5b0 100644 --- a/frontend/scss/organisms/_o-article.scss +++ b/frontend/scss/organisms/_o-article.scss @@ -315,6 +315,7 @@ .o-article__body { @include float-clear; + position: relative; & { margin-top: 28px; @@ -461,4 +462,4 @@ } } } -} \ No newline at end of file +}