Skip to content

Commit

Permalink
possible fix for the login dropdown width element-hq#2
Browse files Browse the repository at this point in the history
  • Loading branch information
MTRNord committed May 5, 2017
1 parent d435fb7 commit 8a12280
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,8 @@ limitations under the License.
}

.mx_Login_type_dropdown {
// width: 125px;
display: inline-block;
min-width: 125px;
align-self: flex-end;
}

Expand Down

0 comments on commit 8a12280

Please sign in to comment.