Skip to content

Commit

Permalink
Merge pull request #94 from amiyasahu/develop
Browse files Browse the repository at this point in the history
Fix tags overlaping on mobile devices
  • Loading branch information
amiyasahu authored Dec 1, 2018
2 parents fc4f20f + b07171d commit e7eda18
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions qa-theme/Donut-theme/css/donut.css
Original file line number Diff line number Diff line change
Expand Up @@ -2268,6 +2268,7 @@ header#nav-header {
.qa-q-view-tag-item {
display: inline-block;
margin-right: 5px;
padding: 6px 0;
}
.qa-q-view-tags {
margin-bottom: 20px;
Expand Down
2 changes: 1 addition & 1 deletion qa-theme/Donut-theme/css/donut.min.css
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ header#nav-header{min-height:50px}
.qa-downvote-count-pad,.qa-upvote-count-pad{display:none}
.qa-q-item-tags,.qa-q-view-tags,.qa-tags-rank-tags{padding:5px 0}
.qa-q-item-tag-list,.qa-q-view-tag-list,.qa-tags-rank-tag-list{list-style:none;margin:0;padding:0}
.qa-q-item-tag-item,.qa-q-view-tag-item,.qa-tags-rank-tag-item{display:inline-block;margin-right:5px}
.qa-q-item-tag-item,.qa-q-view-tag-item,.qa-tags-rank-tag-item{display:inline-block;margin-right:5px;padding:6px 0}
.qa-q-view-tags{margin-bottom:20px}
.qa-tag-link{color:#337ab7;text-decoration:none;cursor:pointer;padding:4px 10px;border:1px solid #e2e2e2;border-radius:3px}
.qa-tag-link:hover{color:#286090;background-color:#eee;text-decoration:none}
Expand Down
1 change: 1 addition & 0 deletions qa-theme/Donut-theme/less/components/tags.less
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
&-tag-item {
display: inline-block;
margin-right: 5px;
padding: 6px 0;
}
}

Expand Down

0 comments on commit e7eda18

Please sign in to comment.