mirror of
https://github.com/element-hq/element-web
synced 2024-11-28 20:38:55 +03:00
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;
|
||||
}
|
||||
|
||||
.mx_Dropdown_option div {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.mx_Dropdown_option img {
|
||||
margin: 5px;
|
||||
width: 27px;
|
||||
|
|
Loading…
Reference in a new issue