Fix layout of change overflow action menu on mobile

Bug: Issue 5351
Change-Id: I2874c00123f9b51b79dc34cc43f0292f545e9ec9
This commit is contained in:
Wyatt Allen
2017-01-26 18:07:44 -08:00
parent 1307eff876
commit b6e571a98e
2 changed files with 6 additions and 3 deletions

View File

@@ -52,10 +52,12 @@ limitations under the License.
@media screen and (max-width: 50em) {
:host,
section,
gr-button {
gr-button,
gr-dropdown {
display: block;
}
gr-button {
gr-button,
gr-dropdown {
margin-bottom: .5em;
margin-left: 0;
}
@@ -69,7 +71,7 @@ limitations under the License.
id="moreActions"
down-arrow
vertical-offset="32"
horizontal-align="right"
horizontal-align="left"
on-tap-item-abandon="_handleAbandonTap"
on-tap-item-cherrypick="_handleCherrypickTap"
on-tap-item-delete="_handleDeleteTap"

View File

@@ -27,6 +27,7 @@ limitations under the License.
}
.dropdown-trigger {
text-decoration: none;
width: 100%;
}
.dropdown-content {
background-color: #fff;