mirror of
https://github.com/seigler/dash-docs
synced 2025-07-28 10:16:15 +00:00
Display wallets on a single line
This commit is contained in:
parent
ba837c53ac
commit
e18553e737
2 changed files with 8 additions and 7 deletions
|
@ -1037,10 +1037,6 @@ table.privacy-comparison td,table.privacy-comparison th{
|
|||
padding:3px;
|
||||
}
|
||||
|
||||
table.privacy-comparison td {
|
||||
max-width: 34%;
|
||||
}
|
||||
|
||||
table.privacy-comparison tr.empty {
|
||||
height: 1em;
|
||||
}
|
||||
|
@ -1073,9 +1069,14 @@ table.validation tr:nth-child(even)>td:hover {
|
|||
padding: 0;
|
||||
}
|
||||
|
||||
.service-choose a{
|
||||
display: block;
|
||||
margin: 20px 0;
|
||||
}
|
||||
|
||||
button.js.showcolumn {
|
||||
border:0;
|
||||
margin: 15px;
|
||||
margin: 10px;
|
||||
}
|
||||
|
||||
.not-displayed {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue