Commit 24583f57 authored by Mark Harding's avatar Mark Harding
Browse files

(fix): comment counters should be vertically aligned

parent 422d7d5f
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -119,7 +119,7 @@
    .minds-counter {
    .minds-counter {
      font-size: 12px;
      font-size: 12px;
      line-height: 16px;
      line-height: 16px;
      vertical-align: top;
      vertical-align: middle;
    }
    }
  }
  }
}
}