Skip to content

Commit

Permalink
Small CSS fix (superdesk#636)
Browse files Browse the repository at this point in the history
* [NHUB-351], Advanced search changes and Modal improvements

* fix lint

* fix lint 2

* small fix

* css fix

* theme update

* CSS fixes and improvements

* theme and logo handling improvements

* Theme CSS updates and Fixes

* UI fixes based on feedback

* Misc UI fixes

* New Coverage icons

* logo.html update

* Various layout improvements

* [CPCN-329] Broken design of Request more seats and Download dialog

* [NHUB-394], [CPCN-293], [NHUB-402]

* NHUB-410

* [NHUB-421] Optimize list items for larger screen sizes

* [NHUB-412] Introduce a Planning item icon in the NH Agenda list views

* Quick filters improvements

* lint fix

* Changed wording for Quick filter reset

* Mobile layout improvements

* small CSS fix
  • Loading branch information
fritzSF authored Oct 26, 2023
1 parent 2be0b91 commit 0547a20
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion assets/styles/article-list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
color: var(--color-text--muted);
}
.wire-articles__wire-articles__item__metaitem__meta-info .bold {
font-weight: 500;
font-weight: 600;
}
}

Expand Down Expand Up @@ -710,6 +710,10 @@
}
}

.meta-info-row:empty {
display: contents;
}

@container contentListItem (max-width: 399px) {
.wire-articles__item-actions {
position: absolute;
Expand Down

0 comments on commit 0547a20

Please sign in to comment.