File tree 2 files changed +8
-0
lines changed
2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 101
101
.form-group {
102
102
margin : 0 ;
103
103
}
104
+ @media (max-width : @screen-xxs-max ) {
105
+ .dropdown-menu {
106
+ left : auto ;
107
+ right : 0 ;
108
+ }
109
+ }
104
110
}
105
111
.vertical-divider {
106
112
border-left : 1px solid #bbb ;
Original file line number Diff line number Diff line change @@ -5150,6 +5150,8 @@ kubernetes-topology-graph{height:700px}
5150
5150
}
5151
5151
.projects-bar .projects-sort {flex : 1 0 auto}
5152
5152
.projects-bar .projects-sort .form-group {margin : 0 }
5153
+ @media (max-width : 479px ){.projects-bar .projects-sort .dropdown-menu {left : auto;right : 0 }
5154
+ }
5153
5155
.projects-bar .vertical-divider {border-left : 1px solid # bbb ;display : inline-block;height : 27px ;margin : 0 7px ;vertical-align : middle;width : 1px }
5154
5156
.membership .content-pane .col-heading .col-add-role h3 , .membership .content-pane .form-new-role .col-roles {display : none}
5155
5157
.projects-header {margin-top : 21px }
You can’t perform that action at this time.
0 commit comments