Skip to content

Commit e5e75c6

Browse files
authored
ui(news): add a class prop to stop an individual news item from overflowing its parent (#753)
1 parent 9f920a1 commit e5e75c6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

client-app/src/examples/news/NewsPanelItem.scss

+4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
.tb-news-panel {
2+
& .ag-row {
3+
overflow: hidden;
4+
}
5+
26
.news-item {
37
p,
48
span {

0 commit comments

Comments
 (0)