Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare Release v1.30.0 #1642

Merged
merged 7 commits into from
Oct 2, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions Gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ const projects = [
"@blueprintjs/core",
"@blueprintjs/datetime",
"@blueprintjs/docs",
"@blueprintjs/labs",
"@blueprintjs/table",
"dom4",
"moment",
Expand Down
11 changes: 6 additions & 5 deletions docs/blueprint-landing.css
Original file line number Diff line number Diff line change
Expand Up @@ -1917,7 +1917,8 @@ a.pt-button {
display: block; }
.pt-editable-text.pt-multiline .pt-editable-content {
overflow: auto;
white-space: pre-wrap; }
white-space: pre-wrap;
word-wrap: break-word; }

.pt-select select {
display: inline-block;
Expand Down Expand Up @@ -3047,7 +3048,7 @@ a.pt-button {
margin: 0 7px;
line-height: 30px;
color: #5c7080; }
.pt-input-group .pt-spinner {
.pt-input-group .pt-input-action > .pt-spinner {
margin: 3px; }
.pt-input-group .pt-tag {
margin: 5px; }
Expand Down Expand Up @@ -3093,7 +3094,7 @@ a.pt-button {
padding-left: 40px; }
.pt-input-group.pt-large .pt-input:not(:last-child) {
padding-right: 40px; }
.pt-input-group.pt-large .pt-spinner {
.pt-input-group.pt-large .pt-input-action > .pt-spinner {
margin: 8px; }
.pt-input-group.pt-round .pt-button,
.pt-input-group.pt-round .pt-input,
Expand Down Expand Up @@ -6849,7 +6850,7 @@ table.pt-table {
.pt-dark .pt-tree-node.pt-tree-node-selected > .pt-tree-node-content {
background-color: #137cbd; }
/*
* Copyright 2015-present Palantir Technologies, Inc. All rights reserved.
* Copyright 2015 Palantir Technologies, Inc. All rights reserved.
*/
.pt-wireframes {
position: absolute;
Expand Down Expand Up @@ -7015,7 +7016,7 @@ table.pt-table {
animation-delay: 5s; }

/*
* Copyright 2015-present Palantir Technologies, Inc. All rights reserved.
* Copyright 2015 Palantir Technologies, Inc. All rights reserved.
*/
body,
h1,
Expand Down