]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/sass/include/_mixins.scss
Users can change ownership of their video [#510] (#888)
[github/Chocobozzz/PeerTube.git] / client / src / sass / include / _mixins.scss
index 99225e4e59642584e5edec220d3fca7b707578ba..547f03caac89322f42c3cd935b95556bad57534e 100644 (file)
@@ -23,7 +23,7 @@
  *  @param $line-height line-height property
  *  @param $lines-to-show amount of lines to show
  */
- @mixin ellipsis-multiline($font-size: 1rem, $line-height: 1, $lines-to-show: 2) {
+@mixin ellipsis-multiline($font-size: 1rem, $line-height: 1, $lines-to-show: 2) {
   display: block;
   /* Fallback for non-webkit */
   display: -webkit-box;