diff --git a/.bra.toml b/.bra.toml index 2afbbfbd5..e009a2b7c 100755 --- a/.bra.toml +++ b/.bra.toml @@ -13,6 +13,7 @@ watch_dirs = [ "$WORKDIR/options", "$WORKDIR/public", "$WORKDIR/custom", + "$WORKDIR/web_src", ] # Directories to watch watch_exts = [".go", ".ini", ".less"] # Extensions to watch env_files = [] # Load env vars from files diff --git a/web_src/less/_form.less b/web_src/less/_form.less index e53543133..de48f0ba5 100644 --- a/web_src/less/_form.less +++ b/web_src/less/_form.less @@ -30,7 +30,7 @@ } @media only screen and (min-width: 768px) { - // width: 800px !important; + width: 800px !important; .header { padding-left: @create-page-form-input-padding+30px; @@ -153,9 +153,7 @@ } } -.dataset, .repository { - &.new, &.new.repo, &.new.migrate, &.new.fork { diff --git a/web_src/less/index.less b/web_src/less/index.less index c53ae61d4..7ccf50d04 100644 --- a/web_src/less/index.less +++ b/web_src/less/index.less @@ -17,5 +17,4 @@ @import "_admin"; @import "_explore"; @import "_review"; -@import "_dataset"; @import "openi";