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

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

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

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