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

Setting width to auto on the ambox itself will ensure section
issues are not pushed below infoboxes, while ensuring that due
to the tbody width 100% rule that they will take up full screen
where possible.

Bug: T202512
Change-Id: I2dd82f18f80012bd95ca271b97a163de918110c5
This commit is contained in:
jdlrobson 2018-08-22 14:55:11 -07:00
parent 9e1c4ee9b5
commit 3c494e0454
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;