画像であるボックスがあり、動的に生成される画像内にテキストがあります。
詳細については、添付のスクリーンショットをご覧ください。
テキストが増えたときに画像が引き伸ばされるようにするにはどうすればよいですか?
.my-community-box{
background: url('/assets/my-community-box.png') no-repeat !important;
background-size: 100%;
width: 287px;
min-height: 474px;
float: right;
.my-community-details{
background-color: @mild-gray;
margin: 20px 10px 10px 10px;
padding: 5px;
ul{
width: 250px;
margin: 0 0 9px 0;
li{
}
}
a{
color: @darker-green;
}
a:hover{
text-decoration: none;
color: @light-green;
}
}