Open kacpermaciejevvski opened 6 years ago
Playing around with long labels causing badly looking, wrapped text. Here's the quick fix for that so:
.has-float-label label { white-space: nowrap; max-width: calc(100% - 40px); overflow: hidden; text-overflow: ellipsis; display:block; }
Focused input is showing placeholder and label in the same time. Quick fix for this too:
.has-float-label .form-control:focus::placeholder { color: transparent; }
Playing around with long labels causing badly looking, wrapped text. Here's the quick fix for that so:
.has-float-label label { white-space: nowrap; max-width: calc(100% - 40px); overflow: hidden; text-overflow: ellipsis; display:block; }
Focused input is showing placeholder and label in the same time. Quick fix for this too:
.has-float-label .form-control:focus::placeholder { color: transparent; }