Right-align the projects toolbar; limit tags dropdown width.

This commit is contained in:
Paulo Reis 2017-11-03 15:53:57 +00:00
parent 71463a2ec2
commit 81e831de24

View file

@ -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 {