Fix history broken width. TG-2396 #STATUS-ready-for-test
parent
7a1f4c64a1
commit
4d2ffcbe51
|
@ -227,7 +227,7 @@
|
||||||
}
|
}
|
||||||
.activity-content {
|
.activity-content {
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
max-width: calc(100% - 80px);
|
width: calc(100% - 80px);
|
||||||
}
|
}
|
||||||
.changes {
|
.changes {
|
||||||
background: $whitish;
|
background: $whitish;
|
||||||
|
|
Loading…
Reference in New Issue