.livingcss-example min-width causing block to overflow
Closed this issue · 3 comments
Kamilius commented
straker commented
Interesting. I can't see this same behavior on my end. Do you have an example site I could look at to see what might be causing it?
Kamilius commented
@straker hi, sadly - no. It's local page. It appeared from a very beginning, when I just installed livingcss
and provided comments for first button
element.
Fixed this by overriding min-width
with following:
body.livingcss-example {
min-width: auto;
}
The button styles itself, are not having any "specific" styles. It's just height
, min-width
, padding
and text-align
.
Kamilius commented
Closing because workaround found and also lacking of a public page to demonstrate a bug.