Merge pull request #1204 from t71rs/Deletion-of-Files-using-Merge

User Friendly Merge File Selection
This commit is contained in:
Anthony Stirling
2024-05-21 20:44:47 +01:00
committed by GitHub
3 changed files with 91 additions and 32 deletions

View File

@@ -8,3 +8,7 @@
overflow-y: auto;
white-space: pre-wrap;
}
.duplicate-warning {
color: red;
font-weight: bold;
}