.view-news {
  height: 380px;
  /* text-wrap: nowrap; */
  width: 100%;
}
.view-news .views-field-ticket,
.view-news .views-field-log__value {
  text-wrap: nowrap;
}
.view-news .view-content {
  max-width: 100%;
  font-size: .8em;
  line-height: 1.3em;
}
.view-news .views-row {
  margin-bottom: 20px;
}
.view-news .views-field {
  overflow: hidden;
  text-overflow: ellipsis;
}
.view-news .views-field-user-id,
.view-news .views-field-created {
  font-size: .8em;
  line-height: 1.3em;
  color: gray;
  margin-right: 5px;
}
#block-views-block-news-block-1 .scrollbar-outer {
  height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
}
#block-views-block-news-block-1 .scrollbar-outer * {
  max-width: 99%;
  margin-right: 0;
}
