Клуб API Карт

Шаблон хинта

Пост в архиве.

HintLayout = ymaps.templateLayoutFactory.createClass(

    '<div class="hint">$[properties.hintContent]</div>'

)

что задать стилю hint что бы он расстагивался по ширине?

 

hint{

background:rgba(20,21,22,0.85);

box-shadow:0 5px 17px -3px rgba(0,0,0,0.5);

font: normal 9pt Tahoma;

color: #FDA30B;

padding:4px 9px;

border-radius:2.5pt;

display: block;

}