Skip to content

Commit a7d8129

Browse files
author
Mattia Roccoberton
committed
Minor improvements
1 parent 8b55d25 commit a7d8129

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

app/assets/stylesheets/activeadmin_blaze_theme/theme.scss

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -186,9 +186,9 @@ body.active_admin {
186186
background-color: $bg-inputs;
187187
width: calc(80% - 22px);
188188
}
189-
select {
190-
background-image: none;
191-
}
189+
// select {
190+
// background-image: none;
191+
// }
192192
label {
193193
line-height: $height-inputs;
194194
}
@@ -265,6 +265,7 @@ body.active_admin {
265265
@extend .u-high;
266266
background-color: $bg-form1;
267267
border-radius: 0 0 5px 5px;
268+
overflow: visible;
268269
padding: $form-padding;
269270
> .has_many_container {
270271
background-color: $bg-form2;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ActiveAdminBlazeTheme
2-
VERSION = '0.4.5'
2+
VERSION = '0.4.6'
33
end

0 commit comments

Comments
 (0)