ASP.net
Awesome
Learn
Forum
Buy
Demos
Sign In
☾
☀
Switch to
Dark
Light
Mode
this site works best with javascript enabled
Ask Question
LookUp: display part and button are not connected?
Title:
B
I
{code}
?
Here is my lookup: <div class="col-md-3"> <div class="form-group"> @Html.LabelFor(model => model.AtdTypeName, new { @class = "control-label" }) @(Html.Awe().LookupFor(model => model.AtdTypeId).Controller("AtdTypeIdLookup").Title("Select Atd Type")) </div> </div> I dont why but my lookup get seperated, display part is pulled all the way to the left and the button is pulled all the way to the right and there space between them. I wish I can upload a picture of the problem here. Any clues?
Save Changes
Cancel
CuLacGionTan
asked at 02 Jul 2015
It's a CSS problem, probably your site's CSS is overriding CSS rules from AwesomeMvc.css, you could also use chrome web tools to figure out the problem
at 02 Jul 2015
Omu
Answers
please
Sign In
to leave an answer
By accessing this site, you agree to store cookies on your device and disclose information in accordance with our
cookie policy
and
privacy policy
.
OK