mirror of
https://github.com/status-im/consul.git
synced 2025-02-01 08:27:20 +00:00
288316432b
* 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;
|
|
}
|