fnp
/
fnpeditor.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix: correctly showing current document version number after document got saved
[fnpeditor.git]
/
src
/
editor
/
modules
/
data
/
saveDialog.less
diff --git
a/src/editor/modules/data/saveDialog.less
b/src/editor/modules/data/saveDialog.less
index
e863e93
..
e0530e5
100644
(file)
--- a/
src/editor/modules/data/saveDialog.less
+++ b/
src/editor/modules/data/saveDialog.less
@@
-16,4
+16,10
@@
margin: 2px 5px;
font-weight: bold;
}
+
+ .description {
+ font-size: .8em;
+ }
+
+ width: 620px;
}
\ No newline at end of file