Merge pull request #1930 from overleaf/hb-expand-publish-menu-text-box-size

Increase size of space for text in publish menu list

GitOrigin-RevId: 4c719155db75f2a1a126917d639caeaebd4620e8
This commit is contained in:
Jessica Lawshe 2019-07-11 10:23:28 -05:00 committed by sharelatex
parent ed6891e66d
commit e3c6f0f74a

View file

@ -105,13 +105,13 @@
}
.table-content-icon {
float: left;
height: 80px;
height: 100px;
width: 106px;
border: 1px solid @gray-lightest;
display: flex;
align-items: center;
align-items: flex-start;
overflow: hidden;
* {
border: 1px solid @gray-lightest;
width: 100%;
}
}
@ -122,7 +122,7 @@
padding-left: 15px;
}
.table-content-slogan {
height: 80px;
height: 100px;
overflow: hidden;
}
.table-content-link {