mirror of
https://github.com/desktop/desktop
synced 2024-10-31 11:07:25 +00:00
Fix styling
This commit is contained in:
parent
b8c0e59521
commit
44bfc3c1d8
1 changed files with 7 additions and 2 deletions
|
@ -53,8 +53,8 @@ dialog#conflicts-dialog {
|
|||
.column-left {
|
||||
display: flex;
|
||||
flex-flow: column nowrap;
|
||||
flex-grow: 1;
|
||||
align-items: start;
|
||||
max-width: 50%;
|
||||
padding-right: var(--spacing);
|
||||
|
||||
.path-text-component {
|
||||
|
@ -76,11 +76,16 @@ dialog#conflicts-dialog {
|
|||
}
|
||||
}
|
||||
|
||||
.undo-button {
|
||||
align-self: center;
|
||||
margin-right: var(--spacing-half);
|
||||
}
|
||||
|
||||
.green-circle:last-child {
|
||||
margin-left: auto;
|
||||
margin-top: var(--spacing);
|
||||
flex-shrink: 0;
|
||||
flex: 0 1 auto;
|
||||
align-self: center;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue