Add ellipsis overflow to long dd options

pull/3953/head
Luke Barnard 2017-05-18 11:30:22 +01:00
parent 98215b4767
commit ea03140cbd
1 changed files with 6 additions and 0 deletions

View File

@ -55,6 +55,12 @@ limitations under the License.
padding-right: 8px;
}
.mx_Dropdown_option div {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.mx_Dropdown_option img {
margin: 5px;
width: 27px;