Skip to content
This repository has been archived by the owner on Aug 9, 2024. It is now read-only.

Commit

Permalink
Removes field note workaround from examples.
Browse files Browse the repository at this point in the history
The two examples using the field note height workaround had been
reverted as the bug is no longer actual as of ExtJS 6.5.0.

Related github issue: extnet/Ext.NET#1428.
  • Loading branch information
fabriciomurta committed Sep 25, 2017
1 parent 578f75a commit d44ce3b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions src/Examples/Form/Field_Note/Overview/Default.aspx
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,6 @@
.red-note {
color: red !important;
}
/* this fixes height issues on fields with notes with Chrome 56 -- github issue #1428 */
.x-form-item-body {
height: initial
}
</style>
</head>
<body>
Expand Down
5 changes: 0 additions & 5 deletions src/Examples/Form/TextField/InputMask/Default.aspx
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,6 @@
<head runat="server">
<title>Input Mask - Ext.NET Examples</title>
<link href="/resources/css/examples.css" rel="stylesheet" />
<style type="text/css">
.x-form-item-body {
height: initial
}
</style>
</head>
<body>
<form runat="server">
Expand Down

0 comments on commit d44ce3b

Please sign in to comment.