File tree 2 files changed +14
-3
lines changed
2 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 118
118
.key-value-editor-entry ,
119
119
.environment-from-entry {
120
120
display : table ;
121
+ margin-bottom : 15px ;
121
122
padding-right : (@as-sortable-item-button-width * 2 );
122
123
position : relative ;
123
124
table-layout : fixed ;
127
128
float : left ;
128
129
padding-right : 5px ;
129
130
position : relative ;
130
- width : 50 % ;
131
+ width : auto ;
131
132
}
132
133
}
133
134
.environment-from-input {
134
135
float : left ;
136
+ margin-bottom : 0 ;
135
137
padding-right : 5px ;
136
138
width : 100% ;
137
139
@media (min-width : @screen-md-min ) {
144
146
}
145
147
}
146
148
}
149
+ .environment-from-entry {
150
+ .environment-from-view-details {
151
+ float : left ;
152
+ line-height : 1 ;
153
+ padding : 6px 0 0 ;
154
+ }
155
+ }
147
156
148
157
.key-value-editor-input .ui-select {
149
158
@media (min-width : @screen-md-min ) {
163
172
.key-value-editor .key-value-editor-input ,
164
173
.key-value-editor-header {
165
174
float : left ;
175
+ margin-bottom : 0 ;
166
176
padding-right : 5px ;
167
177
width : 50% ;
168
178
}
Original file line number Diff line number Diff line change 67
67
role ="button "
68
68
aria-label ="Delete row "
69
69
ng-click ="$ctrl.deleteEntry($index, 1) "> </ a >
70
+ </ div >
71
+ < div class ="environment-from-view-details ">
70
72
< a
71
73
ng-if ="entry.selectedEnvFrom "
72
74
href =""
73
- ng-click ="$ctrl.viewOverlayPanel(entry.selectedEnvFrom) "
74
- class ="pficon "> View Details</ a >
75
+ ng-click ="$ctrl.viewOverlayPanel(entry.selectedEnvFrom) "> View Details</ a >
75
76
</ div >
76
77
</ div >
77
78
You can’t perform that action at this time.
0 commit comments