Commit 562c9ac8 authored by Nejc Koporec's avatar Nejc Koporec Committed by Serhii Myronets
Browse files

Issue #3282214: User function and work details are cut off on profile teaser

parent 2e0327e5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -144,7 +144,7 @@
          flex-grow: 1;
  text-overflow: ellipsis;
  overflow-x: hidden;
  white-space: nowrap;
  white-space: normal;
}

[dir='rtl'] .teaser__content-text {
+1 −1
Original line number Diff line number Diff line
@@ -204,7 +204,7 @@
  flex-grow: 1;
  text-overflow: ellipsis;
  overflow-x: hidden;
  white-space: nowrap;
  white-space: normal;

  [dir='rtl'] & {
    flex-grow: initial;