open-consul/ui-v2/app/styles/components/list-collection.scss
Kenia b43ecb8fa7 ui: Redesign - Create ConsulExternalSource (#7632)
* Create ConsulExternalSource with test and styling

* Implement ConsulExternalSource to Service list page

* Update icons for redesign

* Refactor ListCollection and CompositeRow styling
2020-05-12 17:14:25 +00:00

8 lines
119 B
SCSS

.list-collection {
height: 500px;
position: relative;
}
.list-collection > ul {
overflow-x: hidden !important;
}