This is a migrated thread and some comments may be shown as answers.

Textbox extraspace

1 Answer 34 Views
Input
This is a migrated thread and some comments may be shown as answers.
Nileshkumar
Top achievements
Rank 1
Nileshkumar asked on 01 Jul 2013, 09:04 AM
Hi,
In previous version of telerik controls, 1 character extra space was not getting displayed  in the textbox control but in latest version of telerik controls, space of 1 character is getting displayed in the textbox control. Please find attached image 'Textboxspace.png' for more details.

What should be the fix of this issue?

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 01 Jul 2013, 09:37 AM
Hi Nileshkumar,

Try overriding the default CSS as follows.

CSS:
<style type="text/css">
    .riTextBox[type="text"]
    {
        padding-left: 2px !important;
    }
</style>

Thanks,
Shinu.
Tags
Input
Asked by
Nileshkumar
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or