Add ellipsis overflow to long dd options
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user