Merge "Limit height of diff view file dropdown"

This commit is contained in:
Kasper Nilsson
2017-06-19 20:03:37 +00:00
committed by Gerrit Code Review

View File

@@ -90,6 +90,7 @@ limitations under the License.
.dropdown-content {
background-color: #fff;
box-shadow: 0 1px 5px rgba(0, 0, 0, .3);
max-height: 70vh;
}
.dropdown-content a {
cursor: pointer;