Skip to content

Commit

Permalink
Fix (SwaggerBlade): Fixes the option selector UI styling bug in Api D…
Browse files Browse the repository at this point in the history
…efintion blade. Closes #1503
  • Loading branch information
soninaren authored and ahmelsayed committed Jun 26, 2017
1 parent 4bbeb43 commit ab90f56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<span class="glyphicon glyphicon-info-sign button-title"></span>
</pop-over>
<div class="setting-wrapper">
<div style="min-width: 240px">
<div style="min-width: 270px">
<radio-selector [options]="swaggerStatusOptions" [defaultValue]="swaggerEnabled" (value)="valueChange.next($event)"></radio-selector>
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ ul {
.section-left {
flex-grow: 1;
width: 20%;
min-width: 250px;
min-width: 290px;
}

.section-left > div:first-child {
Expand Down

0 comments on commit ab90f56

Please sign in to comment.