]>
BookStack Code Mirror - bookstack/commitdiff
projects
/
bookstack
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
762ae76
)
Fixed minor issue with large images again
author
Dan Brown
<redacted>
Thu, 30 Jul 2015 21:44:58 +0000
(22:44 +0100)
committer
Dan Brown
<redacted>
Thu, 30 Jul 2015 21:44:58 +0000
(22:44 +0100)
resources/assets/sass/styles.scss
patch
|
blob
|
history
diff --git
a/resources/assets/sass/styles.scss
b/resources/assets/sass/styles.scss
index ac22ab4c852c236bb351e0e5e73bebb6e3ee4b74..9667eab036f15c0e874add5ea8834f32eec632bd 100644
(file)
--- a/
resources/assets/sass/styles.scss
+++ b/
resources/assets/sass/styles.scss
@@
-101,6
+101,7
@@
ul.menu {
}
img {
max-width: 100%;
+ height:auto;
}
}
@@
-365,4
+366,4
@@
body.dragging, body.dragging * {
}
.sortable-page-list li.placeholder:before {
position: absolute;
-}
\ No newline at end of file
+}