Push dropdown chevron to right side

pull/21833/head
J. Ryan Stinnett 2019-02-01 16:06:46 -06:00
parent 68ec63d25e
commit d3e2c33bfa
1 changed files with 2 additions and 1 deletions

View File

@ -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 {