mirror of
https://github.com/overleaf/overleaf.git
synced 2025-03-10 13:11:43 +00:00
Right-align the projects toolbar; limit tags dropdown width.
This commit is contained in:
parent
71463a2ec2
commit
81e831de24
1 changed files with 11 additions and 1 deletions
|
@ -65,7 +65,7 @@
|
|||
padding-top: @content-margin-vertical;
|
||||
padding-bottom: @content-margin-vertical;
|
||||
height: 100%;
|
||||
overflow: hidden;
|
||||
// overflow: hidden;
|
||||
}
|
||||
|
||||
.project-header {
|
||||
|
@ -81,6 +81,16 @@
|
|||
|
||||
.project-tools {
|
||||
display: inline;
|
||||
float: right;
|
||||
}
|
||||
|
||||
.js-tags-dropdown-menu {
|
||||
max-width: 50vw;
|
||||
|
||||
&.dropdown-menu > li > a {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
}
|
||||
|
||||
.first-project {
|
||||
|
|
Loading…
Reference in a new issue