Fix styling

This commit is contained in:
Sergio Padrino 2023-09-11 13:51:46 +02:00
parent b8c0e59521
commit 44bfc3c1d8

View file

@ -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;
}
}