MM-62655 - Updating control label overflow (#29991)

Этот коммит содержится в:
Asaad Mahmood
2025-01-28 15:34:42 +05:00
коммит произвёл GitHub
родитель 79299b9f66
Коммит fd213358f0

Просмотреть файл

@@ -25,8 +25,13 @@
overflow: hidden;
padding-right: 5px;
text-overflow: ellipsis;
}
.setting-list & {
.control-label {
white-space: nowrap;
}
}
&.form-group--small {
margin-bottom: 10px;