From 3c494e04547317c115dad5b4b398fb002d4f4a53 Mon Sep 17 00:00:00 2001 From: jdlrobson Date: Wed, 22 Aug 2018 14:55:11 -0700 Subject: [PATCH] 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 --- resources/skins.minerva.content.styles/templates/ambox.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/skins.minerva.content.styles/templates/ambox.less b/resources/skins.minerva.content.styles/templates/ambox.less index 51a983b..5c86d73 100644 --- a/resources/skins.minerva.content.styles/templates/ambox.less +++ b/resources/skins.minerva.content.styles/templates/ambox.less @@ -27,7 +27,7 @@ table.ambox { .client-js .ambox { cursor: pointer; font-size: 0.8em; - width: 100%; + width: auto; background: @amboxBackground; color: @colorGray5;