Skip to content

Commit 22cb60d

Browse files
committed
fix wrap css for config setting. fixes #2
1 parent 0676280 commit 22cb60d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

style.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
textarea[name="config[plugin____dbquery____dsn]"] {
2-
white-space: nowrap;
2+
white-space: pre;
33
}

0 commit comments

Comments
 (0)