Skip to content

Commit

Permalink
Fix- Language Modal Slider Component Label Text Overlapping
Browse files Browse the repository at this point in the history
  • Loading branch information
chandiwalaaadhar committed Mar 16, 2022
1 parent 519fbbd commit 5a60c99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/modals/builder/sections/LanguageModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ const LanguageModal: React.FC = () => {
<div className="col-span-2">
<h4 className="mb-3 font-semibold">{t('builder.common.form.levelNum.label')}</h4>

<div className="px-10">
<div className="px-3">
<Slider
{...field}
marks={[
Expand Down

0 comments on commit 5a60c99

Please sign in to comment.