Skeleton icon indicating copy to clipboard operation
Skeleton copied to clipboard

The one issue with skelly: buttons dont line up with text

Open falafflepotatoe opened this issue 8 years ago • 1 comments

The one thing I'm struggling with is text,buttons,icons when floated next to eachother do not line up at all vertically. Else, its a very nice framework thanks a lot.

Example: http://i.imgur.com/Akil1B2.png

<div class="row">
  <h2>Hello</h2>
  <p  style="float:left;margin-left:10px;">Foo</p>
  <button class=button style="float:left;margin-left:10px;">bar baz</button>
</div>

Unrelated suggestion also would be to add columns layout along with rows

falafflepotatoe avatar Mar 25 '16 09:03 falafflepotatoe

Thats a reason of line-height, padding and margin.

ghost avatar Mar 25 '16 11:03 ghost