LP-5613 #2

Open
dmitrii.pichenikin wants to merge 37 commits from LP-5613 into dev
3 changed files with 9 additions and 3 deletions
Showing only changes of commit 23bffe57f7 - Show all commits

View File

@ -38,7 +38,9 @@
p { p {
margin: 0; margin: 0;
display: inline; width: auto;
overflow: hidden;
text-overflow: ellipsis;
} }
} }

View File

@ -53,7 +53,9 @@
p { p {
margin: 0; margin: 0;
display: inline; width: auto;
overflow: hidden;
text-overflow: ellipsis;
} }
} }

View File

@ -38,7 +38,9 @@
p { p {
margin: 0; margin: 0;
display: inline; width: auto;
overflow: hidden;
text-overflow: ellipsis;
} }
} }