mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
Fix missing styling for dropdown icon on review button (#11998)
* Fix missing styling for dropdown icon on review button * Remove unnecessary span element Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by: Lauris BH <lauris@nix.lv>
This commit is contained in:
committed by
GitHub
parent
c1a2887c02
commit
180286da0c
@@ -156,6 +156,12 @@
|
||||
color: #428bca;
|
||||
}
|
||||
|
||||
.btn-review > .dropdown.icon {
|
||||
width: auto;
|
||||
font-size: .85714286em;
|
||||
margin: 0 0 0 1em;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 768px) {
|
||||
#review-box > .menu {
|
||||
> .ui.segment {
|
||||
|
Reference in New Issue
Block a user