.labelBox-outerDiv { width: 100%; height: 100%; border-radius: inherit; display: flex; flex-direction: column; } .labelBox-mainButton { width: 100%; height: 100%; border-radius: inherit; letter-spacing: 2px; text-transform: uppercase; overflow: hidden; display:flex; } .labelBox-mainButtonCenter { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; display: inline; align-items: center; margin: auto; } .labelBox-params { display: flex; flex-direction: row; } .labelBox-missingParam { width: 100%; background: lightgray; border: dimGray solid 1px; }