mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Set fixed height for portal titles
This commit is contained in:
parent
488886c1d2
commit
82cd857e83
1 changed files with 5 additions and 0 deletions
|
@ -74,6 +74,11 @@
|
|||
|
||||
}
|
||||
|
||||
.caption.caption--portals {
|
||||
height: 50px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
/* Media Queries */
|
||||
@media (max-width: @screen-md-min) {
|
||||
.thumbnail {
|
||||
|
|
Loading…
Reference in a new issue