Add ellipsis overflow to long dd options
This commit is contained in:
parent
98215b4767
commit
ea03140cbd
1 changed files with 6 additions and 0 deletions
|
@ -55,6 +55,12 @@ limitations under the License.
|
||||||
padding-right: 8px;
|
padding-right: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mx_Dropdown_option div {
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
|
|
||||||
.mx_Dropdown_option img {
|
.mx_Dropdown_option img {
|
||||||
margin: 5px;
|
margin: 5px;
|
||||||
width: 27px;
|
width: 27px;
|
||||||
|
|
Loading…
Reference in a new issue