Skip to content

Commit

Permalink
Fixes odd looking css: in image module everything should be in one row (
Browse files Browse the repository at this point in the history
#629)

* init

* update gitignore

* removed DS store

* reverting dist changes

* Update PublicLab.Editor.js

Co-authored-by: Jeffrey Warren <[email protected]>
  • Loading branch information
Sagarpreet and jywarren authored Oct 13, 2020
1 parent 63526e0 commit 2741425
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,6 @@ todo.txt

# Test output file
_SpecRunner.html

.DS_Store
test/.DS_Store
1 change: 1 addition & 0 deletions dist/PublicLab.Editor.css
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ pre {
.ple-module {
padding: 20px;
border-top: 1px solid #ddd;
display: flex;
}

.ple-module-guide h2 {
Expand Down

0 comments on commit 2741425

Please sign in to comment.