question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Challenge Responsively Style Radio Buttons has an issue. User Agent is: Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.71 Safari/537.36. Please describe how to reproduce this issue, and include links to screenshots if possible.

Nest all of your radio buttons inside one div with the class row. Nest each of your radio buttons inside its own div with the class col-xs-6.

My code:




  <div class="row">

    <div class="col-xs-6">
      <button class="btn btn-block btn-primary"><i class="fa fa-thumbs-up"></i> Like</button>
    </div>

    <div class="col-xs-6">
      <button class="btn btn-block btn-info"><i class="fa fa-info-circle"></i> Info</button>
    </div>

    <div class="col-xs-6">
      <button class="btn btn-block btn-danger"><i class="fa fa-trash"></i> Delete</button>
    </div>

  </div>



i cant see do i missing something . i try to reset and do it again . i try the help chat. now im here .

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:10 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
richter-patrickcommented, Oct 30, 2016

Instead of this <button class="btn btn-block btn-primary"><i class="fa fa-thumbs-up"></i> Like</button> try this <button class="btn btn-block btn-primary"><i class="fa fa-thumbs-up">Like</i> </button>

Read carefully and you’ll find the difference, happy coding!

1reaction
rocnogucommented, Oct 27, 2016

ok . ok . wait a sec . 1 i have no idea what is difference between “button” and “radio button” 2 . WTF connection have with the whole text . the system delete part of the text all the time .AND it does not have a requirement" use the full code" . i read and write it literally as should be . 3 . if i write the code right, it is a bug . see “2” for more info and fix it .

@Manish-Giri . that actually help . i got back to see what exactly is the radio button . thanks for the hint !

Read more comments on GitHub >

github_iconTop Results From Across the Web

IGO Adventures — N60 - The Norwegian Challenge - Tumblr
We organise mulit-discipline challenges in some of the world's most spectacular wildernessess; making adventure accessible to those who only have one week ...
Read more >
Pin on N60° - The Norwegian Challenge
Nov 4, 2016 - Our team arrived in Norway thinking that we were prepared for this year's N60° Norwegian Challenge – and it...
Read more >
N60° - The Norwegian Challenge - Facebook
N60 ° - The Norwegian Challenge is a journey into the snowy wilderness of Scandinavia's Hardangervidda Plateau. Famed for its vast open…
Read more >
N60 Norwegian Challenge - SlideShare
IGO N60 is imbedded in the heart of central Norway, a land synonymous with adventure and home to the Heroes of Telemark raid....
Read more >
IGO Adventures - N60° The Norwegian Challenge 2017 (Short)
A short video showing the highlights of this year's N60 ° Challenge. A four-day expedition covering Norway's infamous Hardangervidda plateau, ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found