Skip to content

Commit

Permalink
Add back mistakenly removed CSS from rebase [WEB-2950]
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhiltri committed Nov 22, 2024
1 parent 0631ed6 commit c519642
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion frontend/scss/molecules/_m-table.scss
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ Intended for very simple m-tables..

.f-secondary {
@include tucked-align-top($f-secondary);
display: inline-block;

& {
font-style: normal;
Expand All @@ -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;
Expand Down Expand Up @@ -204,4 +206,4 @@ Intended for very simple m-tables..
border-left: none;
border-right: none;
}
}
}
3 changes: 2 additions & 1 deletion frontend/scss/organisms/_o-article.scss
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,7 @@

.o-article__body {
@include float-clear;
position: relative;

& {
margin-top: 28px;
Expand Down Expand Up @@ -461,4 +462,4 @@
}
}
}
}
}

0 comments on commit c519642

Please sign in to comment.