Daemonite / Daemonite/material

`.card-img` bug: cannot align two column with image

Open
#204 1 comment 0 reactions 0 assignees View on GitHub
bug
Dominant language
CSS
Stars
3.2k
Forks
700
PR merge metrics
No merged PRs in 30d

Description

```html


```

### Expect Result
![1](https://user-images.githubusercontent.com/5097328/45918484-3eb45400-beba-11e8-825f-8ad169c6b85a.png)

### But Current Result
![2](https://user-images.githubusercontent.com/5097328/45918492-62779a00-beba-11e8-963d-7108013437c9.png)

### Solution

to fix just add `width:100%` to `.card-img` .

https://github.com/twbs/bootstrap/blob/v4-dev/scss/_card.scss#L123

```
.card-img {
width:100%;
}
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.