main
css
17 lines
260 Bytes
|
1
|
.MultiaddrList { |
|
2
|
margin-bottom: 12px; |
|
3
|
margin-left: 0; |
|
4
|
} |
|
5
|
|
|
6
|
.Multiaddr { |
|
7
|
display: flex; |
|
8
|
gap: 6px; |
|
9
|
margin-bottom: 3px; |
|
10
|
margin-left: 0; |
|
11
|
} |
|
12
|
.Multiaddr code { |
|
13
|
display: inline-block; |
|
14
|
overflow: hidden; |
|
15
|
white-space: nowrap; |
|
16
|
text-overflow: ellipsis; |
|
17
|
} |