Skip to content
This repository was archived by the owner on Nov 25, 2020. It is now read-only.

Master.inputview #27

Merged
merged 2 commits into from
May 14, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/components/inputs/inputview.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,8 @@ module.exports = class KDInputView extends KDView
borderRight : $input.css 'border-right'
borderBottom : $input.css 'border-bottom'
borderLeft : $input.css 'border-left'
minHeight : $input.css 'minHeight'
maxHeight : $input.css 'maxHeight'
paddingTop : $input.css 'padding-top'
paddingRight : $input.css 'padding-right'
paddingBottom : $input.css 'padding-bottom'
Expand Down