-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Closed
Description
This is about Bulma (master branch)
Overview of the problem
- I'm using Bulma master branch
- Chromium on Linux
- Sass
Description
Scrollbar appears on media item
Steps to Reproduce
<div class="card">
<div class="card-content">
<div class="media">
<div class="media-left">
<figure class="image is-48x48">
<img src="https://bulma.io/images/placeholders/96x96.png" alt="Placeholder image">
</figure>
</div>
<div class="media-content">
<p class="title is-4">{{ user.name }}</p>
<p class="subtitle is-6">@{{ user.username }}</p>
</div>
</div>
</div>
</div>
Expected behavior
No scrollbar to be visible
Actual behavior
spridev, MikesGlitch, yrichard, svdHero and hyunbinseo
Metadata
Metadata
Assignees
Labels
No labels