1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-23 22:25:56 -04:00

Fixed stylelint errors

This commit is contained in:
Taloth Saldono
2020-02-11 21:41:16 +01:00
parent b601c8bcfe
commit cde5a6d1a4
2 changed files with 6 additions and 6 deletions
@@ -34,14 +34,14 @@
.example {
display: flex;
align-items: center;
justify-content: space-between;
flex: 0 0 50%;
padding: 6px 16px;
background-color: #ddd;
justify-content: space-between;
.footNote {
color: #aaa;
padding: 2px;
color: #aaa;
}
}