mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
fix(segment): height fits content (#16511)
* fix(segment): height fits content * fix segment
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user