We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1a2887 commit 180286dCopy full SHA for 180286d
templates/repo/diff/new_review.tmpl
@@ -1,6 +1,6 @@
1
<div class="ui top right pointing dropdown custom" id="review-box">
2
<div class="ui tiny green button btn-review">
3
- <span class="text">{{.i18n.Tr "repo.diff.review"}}</span>
+ {{.i18n.Tr "repo.diff.review"}}
4
<i class="dropdown icon"></i>
5
</div>
6
<div class="menu review-box">
web_src/less/_review.less
@@ -156,6 +156,12 @@
156
color: #428bca;
157
}
158
159
+.btn-review > .dropdown.icon {
160
+ width: auto;
161
+ font-size: .85714286em;
162
+ margin: 0 0 0 1em;
163
+}
164
+
165
@media only screen and (max-width: 768px) {
166
#review-box > .menu {
167
> .ui.segment {
0 commit comments