mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 05:13:10 +00:00
web_config: respect linebreaks in prompt demos
This commit is contained in:
parent
1ff9aba6b1
commit
53a4814d8b
1 changed files with 4 additions and 0 deletions
|
@ -438,6 +438,10 @@ img.delete_icon {
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.prompt_demo {
|
||||||
|
white-space: pre;
|
||||||
|
}
|
||||||
|
|
||||||
.unbordered {
|
.unbordered {
|
||||||
border: none;
|
border: none;
|
||||||
padding-top: 0;
|
padding-top: 0;
|
||||||
|
|
Loading…
Reference in a new issue