Skip to content

Commit

Permalink
Merge pull request #330 from apghalsasi25/Bug#154978
Browse files Browse the repository at this point in the history
Bug#329 fix: Edge>> Form Field Alignments should be consistent in all browser.
  • Loading branch information
ankush-maherwal authored Jan 13, 2020
2 parents 02ac499 + ce3622e commit 5e788f2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/components/com_tjucm/media/css/tjucm.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,10 @@ margin-left:5px !important;
#item-form .chzn-container{
width:200px !important;
}

#item-form .field-calendar input{
display: inline !important;
}
#item-form textarea{
height: inherit !important;
}

0 comments on commit 5e788f2

Please sign in to comment.