Skip to content

Commit

Permalink
Merge branch 'release-0.30.3' of github.com:metabase/metabase into re…
Browse files Browse the repository at this point in the history
…lease-0.30.3
  • Loading branch information
tlrobinson committed Sep 13, 2018
2 parents b20de04 + a0a19f0 commit cad7c96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/version
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

VERSION="v0.30.2"
VERSION="v0.30.3"

# dynamically pull more interesting stuff from latest git commit
HASH=$(git show-ref --head --hash=7 head) # first 7 letters of hash should be enough; that's what GitHub uses
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export default class MetadataTable extends Component {
}

return (
<div className="MetadataTable px3">
<div className="MetadataTable px3 full">
<div className="MetadataTable-title flex flex-column bordered rounded">
<InputBlurChange
className="AdminInput TableEditor-table-name text-bold border-bottom rounded-top"
Expand Down

0 comments on commit cad7c96

Please sign in to comment.