Closed
Description
Hi,
input size (mini,small, ...) very nice.
But labeled input size not same. input and label not same ratio.
Example: http://jsfiddle.net/cakal/03u8gg5L/1/
http://
inspect element and
.ui.labeled.input>.label {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
margin: 0;
/* font-size: 1rem; */ -->> uncheck
.ui.big.label, .ui.big.labels .label, .ui.huge.label, .ui.huge.labels .label, .ui.label, .ui.labels .label, .ui.large.label, .ui.large.labels .label, .ui.massive.label, .ui.massive.labels .label {
/* font-size: .85714286rem; */ ------> uncheck
.ui.mini.input {
font-size: .71428571em; --> check
good result