mirror of
https://github.com/overleaf/overleaf.git
synced 2025-03-22 02:04:31 +00:00
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:
parent
ed6891e66d
commit
e3c6f0f74a
1 changed files with 4 additions and 4 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue