Skip to content
Snippets Groups Projects
Commit 4ee3f27e authored by Chris Hallberg's avatar Chris Hallberg
Browse files

Prevent favorites list dropdown cropping.

parent 0fc066d7
Branches
Tags
No related merge requests found
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -37,6 +37,9 @@ table { font-size: @reduced-font-size; } ...@@ -37,6 +37,9 @@ table { font-size: @reduced-font-size; }
} }
.btn-link { color: @brand-primary; } .btn-link { color: @brand-primary; }
.media,
.media-body { overflow: initial; }
.form-control { box-shadow: none; } .form-control { box-shadow: none; }
.form-control:hover, .form-control:hover,
.form-control:focus { border-color: @brand-primary; } .form-control:focus { border-color: @brand-primary; }
......
...@@ -37,6 +37,9 @@ table { font-size: $reduced-font-size; } ...@@ -37,6 +37,9 @@ table { font-size: $reduced-font-size; }
} }
.btn-link { color: $brand-primary; } .btn-link { color: $brand-primary; }
.media,
.media-body { overflow: initial; }
.form-control { box-shadow: none; } .form-control { box-shadow: none; }
.form-control:hover, .form-control:hover,
.form-control:focus { border-color: $brand-primary; } .form-control:focus { border-color: $brand-primary; }
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment