mirror of
https://github.com/coder/code-server.git
synced 2026-05-05 03:55:18 +02:00
Add spacing between items
Also fix padding not being respected when blocks exceed container height.
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
html,
|
||||
body,
|
||||
#root,
|
||||
.center-container {
|
||||
#root {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
@@ -39,7 +38,9 @@ button {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
min-height: 100%;
|
||||
padding: 20px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.card-box {
|
||||
|
||||
Reference in New Issue
Block a user