Commit 3326ce41 authored by Stephane Bouvry's avatar Stephane Bouvry
Browse files

Fix : SCSS Redmine#61544

parent 932d8d72
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6455,7 +6455,7 @@ $weekHightlightColor: #80b7ec;
.recipient {
  border: solid thin #92b2ae;
  border-left-width: 8px;
  text-shadow: 4px -1px 0 rgb(255, 255, 255, .3);
  text-shadow: 4px -1px 0 rgba(255, 255, 255, .3);
  padding: .2em 0 .2em .5em;
  margin-right: .5em
}