Fixed text editor issues on mobile

This commit is contained in:
Victoria Wang 2015-07-17 14:22:17 -07:00
parent 2fb2a43e6a
commit eef333431e
2 changed files with 8 additions and 2 deletions

View file

@ -1960,6 +1960,12 @@ a.tag:hover {
.filename {
font-weight: bold;
}
@media (max-device-width:480px), screen and (max-width:800px) {
width: 70%;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
}
.row.content {
padding: 15px 20px;