@@ -359,16 +359,18 @@ a {
}
#step2 {
.table-container {
- max-height: 225px;
+ max-height: 248px;
border: 1px solid #e3e3e3;
padding: 5px;
- margin-bottom: 20px;
- overflow-y: auto;
border-radius: 4px;
+ overflow: hidden;
.components-table {
width: 100%;
border-spacing: 10px;
border-collapse: separate;
+ input{
+ width: 124px;
+ }
margin-bottom: 30px;