Commit cd7f2b19 authored by AUTOMATIC's avatar AUTOMATIC
Browse files

increase extra networks UI height to fit two rows of cards.

parent c48ab36c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -664,7 +664,7 @@ footer {
/* extra networks UI */

.extra-network-cards{
    height: 400px;
    height: 725px;
    overflow: scroll;
    resize: vertical;
}