mirror of
https://github.com/electron/electron.git
synced 2026-01-08 23:18:06 -05:00
Fix margin of elements in flex
This commit is contained in:
@@ -17,6 +17,10 @@
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.container > * {
|
||||
margin: 15px 0 0 0;
|
||||
}
|
||||
|
||||
.header {
|
||||
background-color: #2f3241;
|
||||
border-bottom: 1px solid #1a1b23;
|
||||
|
||||
Reference in New Issue
Block a user