Skip to content

Commit

Permalink
Use default size for row
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicklas Gummesson committed Aug 14, 2015
1 parent 2797996 commit 8292998
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/editor/select.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
.Select .select2-container {
.select2-choice,
.select2-choice:hover {
border-color: $cStructure-mainLine;
border-color: $cForms-border;
color: $cTypography-paragraphs;
padding-top: 11px;
padding-left: 12px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<div class="Form-rowLabel">
<label class="Form-label">Source</label>
</div>
<div class="Form-rowData Form-rowData--withLabel Form-rowData--long">
<div class="Form-rowData Form-rowData">
<input class="Form-input Form-input--long js-source <% if (!isMetadataEditable) { %>is-disabled<% } %>" placeholder="Enter the source of the data" value="<%- visSource %>" <% if (!isMetadataEditable) { %>readonly="readonly"<% } %>/>
</div>
<div class="Form-rowInfo"></div>
Expand All @@ -41,7 +41,7 @@
<div class="Form-rowLabel">
<label class="Form-label">Attributions</label>
</div>
<div class="Form-rowData Form-rowData--withLabel Form-rowData--long">
<div class="Form-rowData Form-rowData">
<input class="Form-input Form-input--long js-attributions <% if (!isMetadataEditable) { %>is-disabled<% } %>" placeholder="Enter the attributions of the data" value="<%- visAttributions %>" <% if (!isMetadataEditable) { %>readonly="readonly"<% } %>/>
</div>
<div class="Form-rowInfo"></div>
Expand All @@ -51,7 +51,7 @@
<div class="Form-rowLabel">
<label class="Form-label">License</label>
</div>
<div class="Form-rowData Form-rowData--withLabel Form-rowData--long js-license">
<div class="Form-rowData js-license">
</div>
<div class="Form-rowInfo"></div>
</div>
Expand Down

0 comments on commit 8292998

Please sign in to comment.