Skip to content

Commit

Permalink
selected feature title setting style
Browse files Browse the repository at this point in the history
  • Loading branch information
hadihakim committed May 3, 2023
1 parent ef5b590 commit fb0147d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions control/content/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
</div>
</div>
<div class="mdc-layout-grid__inner block">
<span class="mdc-layout-grid__cell--span-2 text-body-light">Selected Feature Title</span>
<div class="mdc-layout-grid__inner mdc-layout-grid__cell--span-6">
<span class="mdc-layout-grid__cell--span-2 text-body-light" style="white-space: nowrap;">Selected Feature Title</span>
<div class="mdc-layout-grid__inner mdc-layout-grid__cell--span-6" style="margin-left: 30px;">
<div class="mdc-layout-grid__cell--span-4">
<div class="mdc-form-field">
<div class="mdc-radio">
Expand All @@ -51,10 +51,10 @@
</div>
<div class="mdc-radio__ripple"></div>
</div>
<label for="defaultTitle">Feature Name</label>
<label for="defaultTitle" style="white-space: nowrap;">Feature Name</label>
</div>
</div>
<div class="mdc-layout-grid__cell--span-4">
<div class="mdc-layout-grid__cell--span-4" style="margin-left: 30px;">
<div class="mdc-form-field">
<div class="mdc-radio">
<input class="mdc-radio__native-control" type="radio" id="topicTitle" value="topic" name="title"
Expand All @@ -65,7 +65,7 @@
</div>
<div class="mdc-radio__ripple"></div>
</div>
<label for="topicTitle">Topic Title</label>
<label for="topicTitle" style="white-space: nowrap;">Topic Title</label>
</div>
</div>
</div>
Expand Down

0 comments on commit fb0147d

Please sign in to comment.