Skip to content

Commit

Permalink
remove overflow hidden on each line #692
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed Oct 1, 2021
1 parent 232d7f1 commit 8ba5e40
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 19 deletions.
6 changes: 1 addition & 5 deletions css/jquery.terminal-2.29.2.css
Expand Up @@ -12,7 +12,7 @@
* Copyright (c) 2011-2021 Jakub Jankiewicz <https://jcubic.pl/me>
* Released under the MIT license
*
* Date: Tue, 21 Sep 2021 15:37:39 +0000
* Date: Fri, 01 Oct 2021 12:25:26 +0000
*/

.terminal .terminal-output .format, .cmd .format,
Expand Down Expand Up @@ -900,10 +900,6 @@ terminal .terminal-output > div {
.cursor-wrapper {
position: relative;
}
/* images */
.terminal-output div[style*="100%;"] {
overflow: hidden;
}
.terminal-output img {
display: block;
}
Expand Down
4 changes: 2 additions & 2 deletions css/jquery.terminal-2.29.2.min.css

Large diffs are not rendered by default.

4 changes: 0 additions & 4 deletions css/jquery.terminal-src.css
Expand Up @@ -900,10 +900,6 @@ terminal .terminal-output > div {
.cursor-wrapper {
position: relative;
}
/* images */
.terminal-output div[style*="100%;"] {
overflow: hidden;
}
.terminal-output img {
display: block;
}
Expand Down
6 changes: 1 addition & 5 deletions css/jquery.terminal.css
Expand Up @@ -12,7 +12,7 @@
* Copyright (c) 2011-2021 Jakub Jankiewicz <https://jcubic.pl/me>
* Released under the MIT license
*
* Date: Tue, 21 Sep 2021 15:37:39 +0000
* Date: Fri, 01 Oct 2021 12:25:26 +0000
*/

.terminal .terminal-output .format, .cmd .format,
Expand Down Expand Up @@ -900,10 +900,6 @@ terminal .terminal-output > div {
.cursor-wrapper {
position: relative;
}
/* images */
.terminal-output div[style*="100%;"] {
overflow: hidden;
}
.terminal-output img {
display: block;
}
Expand Down
4 changes: 2 additions & 2 deletions css/jquery.terminal.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/jquery.terminal.min.css.map

Large diffs are not rendered by default.

0 comments on commit 8ba5e40

Please sign in to comment.