Portal news - Improve idsplay of news in slider home - refs BT#19621

pull/4165/head
Christian 4 years ago
parent 0a54f710b8
commit 70a1af2dd3
  1. 10
      main/template/default/announcement/slider.tpl

@ -1,10 +1,16 @@
<style>
.announcement_short {
height: 310px;
white-space: nowrap;
height: 300px;
overflow: hidden;
text-overflow: ellipsis;
}
.carousel-inner {
position: relative;
width: 90%;
overflow: hidden;
margin: auto;
padding-bottom: 25px;
}
</style>
<div id="carousel-announcement" class="carousel slide" data-ride="carousel">

Loading…
Cancel
Save