mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-14 14:03:58 +00:00
webconfig: Remove weird position: absolute
This made the current prompt appear directly under the tab, disregarding the padding. That means it looked inconsistent with the colors. (note there's still less padding on the side, but at least that allows more actual content - prompts are often fairly wide)
This commit is contained in:
parent
46208ff276
commit
5f4dfd9951
1 changed files with 0 additions and 5 deletions
|
@ -77,11 +77,6 @@ code {
|
|||
/* This may be placed directly inside a tab, to prevent its contents from growing vertically. */
|
||||
.height_limiter {
|
||||
display: flex;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue