Scale gold message preview width to fit containing box.

This prevents the inline-block behavior of displaying on the
same line as the buy buttons if the preview is very thin.
This commit is contained in:
Max Goodman
2012-11-09 00:01:07 -08:00
committed by Neil Williams
parent 789a6ee5b6
commit 0185a1fbb4

View File

@@ -5463,7 +5463,6 @@ tr.gold-accent + tr > td {
background-color: white;
padding: 0 10px;
margin-bottom: 15px;
display: inline-block;
border-radius: 3px;
}