fix(segment): height fits content (#16511)

* fix(segment): height fits content

* fix segment
This commit is contained in:
Manu MA
2018-11-29 18:32:18 +01:00
committed by GitHub
parent 2d33c63c52
commit aa61e818a5
3 changed files with 18 additions and 3 deletions

View File

@ -46,7 +46,7 @@
flex: 1 0 auto;
flex-direction: column;
height: 100%;
height: auto;
border-width: var(--border-width);
border-style: var(--border-style);
@ -92,7 +92,7 @@
min-width: inherit;
max-width: inherit;
height: 100%;
height: auto;
min-height: inherit;
max-height: inherit;