Merge "On tablet, issues boxes shouldn't take up full screen"

This commit is contained in:
jenkins-bot 2018-08-23 11:39:34 +00:00 committed by Gerrit Code Review
commit 62b92e1c59
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ table.ambox {
.client-js .ambox {
cursor: pointer;
font-size: 0.8em;
width: 100%;
width: auto;
background: @amboxBackground;
color: @colorGray5;