mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
fix: Modify margin of subchart radio btns
This commit is contained in:
parent
019892ce00
commit
5b88f08be1
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ limitations under the License.
|
|||
<ul class="noDot">
|
||||
<li class="liVertical" ng-repeat="chart in config.chart.available">
|
||||
<label class="radio-inline">
|
||||
<input type="radio" style="margin-left: -15px;"
|
||||
<input type="radio" style="margin-top: 1px; margin-left: -17px;"
|
||||
ng-checked="config.chart.current === chart"
|
||||
ng-click="chartChanged(chart)"
|
||||
name="inlineRadioOptions" id="inlineRadio_{{chart}}" value="{{chart}}">
|
||||
|
|
|
|||
Loading…
Reference in a new issue