ui: Remove horizontal scrollbar from peering list rows (#13701)

This commit is contained in:
John Cowen 2022-07-13 11:22:49 +01:00 committed by GitHub
parent c5c216008d
commit 6b67b74a19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,5 @@
@import './components';
@import './list';
@import './search-bar';

View File

@ -1,6 +1,6 @@
.peers__list__peer-detail {
display: flex;
align-content: center;
overflow-x: scroll;
gap: 18px;
}

View File

@ -5,4 +5,3 @@
@import 'routes/dc/intentions/index';
@import 'routes/dc/overview/serverstatus';
@import 'routes/dc/overview/license';
@import 'routes/dc/peers';