Revert "Fix preview button dropdown styling (#3785)"

This reverts commit a60aa1bfe2.
This commit is contained in:
Matt Westcott 2017-09-11 18:59:17 +01:00
parent 921cee4707
commit 4795421f4d
3 changed files with 5 additions and 12 deletions

View file

@ -138,12 +138,8 @@ footer {
}
.actions {
width: 250px;
margin-right: $grid-gutter-width / 2;
width: auto;
.dropdown {
width: 250px;
}
}
.meta {
@ -168,12 +164,9 @@ footer {
}
@media screen and (max-width: $breakpoint-mobile) {
.actions {
.actions,
.preview {
width: 100%;
.dropdown {
width: 100%;
}
}
.meta p {

View file

@ -41,7 +41,7 @@
</div>
</li>
<li class="actions preview">
<li class="preview">
{% trans 'Preview' as preview_label %}
{% if preview_modes|length > 1 %}
<div class="dropdown dropup dropdown-button match-width">

View file

@ -64,7 +64,7 @@
</div>
</li>
<li class="actions preview">
<li class="preview">
{% trans 'Preview' as preview_label %}
{% if preview_modes|length > 1 %}
<div class="dropdown dropup dropdown-button match-width">