diff --git a/res/css/views/elements/_Dropdown.scss b/res/css/views/elements/_Dropdown.scss index f83a754810..27b9975570 100644 --- a/res/css/views/elements/_Dropdown.scss +++ b/res/css/views/elements/_Dropdown.scss @@ -44,7 +44,7 @@ limitations under the License. .mx_Dropdown_arrow { width: 10px; height: 6px; - padding-right: 8px; + padding-right: 9px; mask: url('$(res)/img/feather-icons/dropdown-arrow.svg'); mask-repeat: no-repeat; background: $primary-fg-color; @@ -54,6 +54,7 @@ limitations under the License. overflow: hidden; text-overflow: ellipsis; white-space: nowrap; + flex: 1; } .mx_Dropdown_option {