mirror of
https://github.com/getredash/redash.git
synced 2025-12-25 01:03:20 -05:00
Fix card sizes
This commit is contained in:
@@ -68,7 +68,7 @@ body {
|
||||
border: 1px solid rgba(102,136,153,0.15);
|
||||
border-radius: 3px;
|
||||
margin: 5px;
|
||||
width: 175px;
|
||||
width: 212px;
|
||||
padding: 15px 5px 15px 10px;
|
||||
cursor: pointer;
|
||||
box-shadow: none;
|
||||
@@ -105,7 +105,7 @@ body {
|
||||
|
||||
@media (max-width: 755px) {
|
||||
.database-source__card {
|
||||
width: 210px;
|
||||
width: 47%;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user