b43ecb8fa7
* Create ConsulExternalSource with test and styling * Implement ConsulExternalSource to Service list page * Update icons for redesign * Refactor ListCollection and CompositeRow styling
8 lines
119 B
SCSS
8 lines
119 B
SCSS
.list-collection {
|
|
height: 500px;
|
|
position: relative;
|
|
}
|
|
.list-collection > ul {
|
|
overflow-x: hidden !important;
|
|
}
|