mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Add ellipsis overflow to long dd options
This commit is contained in:
parent
98215b4767
commit
ea03140cbd
@ -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 New Issue
Block a user