Skip to content

Commit

Permalink
Merge pull request #37 from hadihakim/fix/WEB2-2487-title-navigate
Browse files Browse the repository at this point in the history
Fix/web2 2487 title navigate
  • Loading branch information
charkhaw authored May 3, 2023
2 parents e08d37f + fb0147d commit 2f7c44b
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 2f7c44b

Please sign in to comment.