This repository was archived by the owner on Sep 5, 2024. It is now read-only.
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
md-fab-toolbar height is not set properly with the default Angular Material styles #3384
Closed
Description
The md-fab-toolbar
component seems to work well enough in the docs demo, but in a vanilla Angular Material app it's strangely tall. Turns out it relies on the font-size
being set to 62.5%
on the html
element of the docs demo. That font-size
is set by docs.css
and so can't be relied upon in a normal Angular Material app.
The height of the FAB toolbar is determined by the md-fab-toolbar-wrapper
class which has a height of 6.8rem
.
You can see the abnormal height in the codepen demo provided in the docs: http://codepen.io/anon/pen/eNGXpb
Metadata
Metadata
Assignees
Labels
No labels