Merge pull request #2298 from betagouv/fix-text-align-dropdown-button

Fix text align on dropdown button
This commit is contained in:
Paul Chavard 2018-07-25 15:13:52 +02:00 committed by GitHub
commit f13056437c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -150,6 +150,7 @@
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
position: absolute;
right: 0;
text-align: left;
top: 5 * $default-spacer;
cursor: default;
z-index: 10;