MM-62498 - Adding control-label ellipsis (#29830)
* MM-61205 - Adding control-label ellipsis * updating css * updating form-group
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
d5763eac06
Коммит
7322fa1a3f
@@ -18,6 +18,25 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.form-group {
|
||||||
|
max-width: 100%;
|
||||||
|
|
||||||
|
.control-label {
|
||||||
|
overflow: hidden;
|
||||||
|
padding-right: 5px;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
|
|
||||||
|
&.form-group--small {
|
||||||
|
margin-bottom: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
&.pos-rel {
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.form-control {
|
.form-control {
|
||||||
::placeholder {
|
::placeholder {
|
||||||
color: inherit;
|
color: inherit;
|
||||||
@@ -91,14 +110,6 @@
|
|||||||
font-size: 0.95em;
|
font-size: 0.95em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.form-group {
|
|
||||||
max-width: 100%;
|
|
||||||
|
|
||||||
&.form-group--small {
|
|
||||||
margin-bottom: 10px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.has-error {
|
.has-error {
|
||||||
|
|
||||||
.help-block,
|
.help-block,
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user