Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix scrollbar issues in dropdowns #10897

Merged
merged 6 commits into from
Apr 4, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove wrapping
  • Loading branch information
silverwind committed Apr 2, 2020
commit 6e860d203204bf963a929ecb141c97b4bf30e8f4
6 changes: 3 additions & 3 deletions web_src/less/_repository.less
Original file line number Diff line number Diff line change
Expand Up @@ -155,12 +155,12 @@
&.labels {
.label-filter .menu .info {
display: inline-block;
padding: .5rem;
padding: .5rem .25rem;
border-bottom: 1px solid #cccccc;
font-size: 12px;
width: 100%;
white-space: normal;
line-height: 1.4;
white-space: nowrap;
text-align: center;

code {
border: 1px solid #cccccc;
Expand Down