Skip to content

Commit

Permalink
Fix supporting text style
Browse files Browse the repository at this point in the history
  • Loading branch information
PatelUtkarsh committed Feb 7, 2022
1 parent 35dd4e9 commit 6aa96d4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions theme/assets/css/src/components/fse/image-card.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,12 @@
.mdc-image-list__supporting {
position: absolute;
background: rgba(0, 0, 0, .6);
bottom: 0;
bottom: 7.5px;
color: #fff;
height: 48px;
height: auto;
width: 100%;
align-items: start;
border-bottom-left-radius: 4px;
border-bottom-left-radius: var(--mdc-image-list-radius, 4px);
border-bottom-right-radius: 4px;
border-bottom-right-radius: var(--mdc-image-list-radius, 4px);
max-height: 100%;
min-height: 48px;
Expand Down

0 comments on commit 6aa96d4

Please sign in to comment.