Skip to content

Commit 9d3e702

Browse files
authored
Merge pull request #1618 from Cookiezaurs/next
slight design changes for search field
2 parents 8c57576 + 3cd7d39 commit 9d3e702

File tree

1 file changed

+3
-1
lines changed
  • frontend/express/public/stylesheets

1 file changed

+3
-1
lines changed

frontend/express/public/stylesheets/main.css

+3-1
Original file line numberDiff line numberDiff line change
@@ -1468,6 +1468,8 @@ margin: 50px 0;}
14681468
width:100%;
14691469
border-radius:2px;
14701470
color:#6B6B6B;
1471+
padding: 0 4px;
1472+
height: 27px;
14711473
}
14721474

14731475
.export-columns-selector .export-columns-search input::placeholder, .data-table-column-selector .export-columns-search input::placeholder {
@@ -3059,7 +3061,7 @@ p.error_message_div {
30593061
top: 41px;
30603062
left: 2px;
30613063
min-width: 280px;
3062-
max-height: 208px;
3064+
max-height: 212px;
30633065
margin-left: 0px;
30643066
background-color: #FFF;
30653067
border-radius: 2px;

0 commit comments

Comments
 (0)