Skip to content

Commit f4eb9a4

Browse files
committed
Oh Alan!
1 parent 2630e7b commit f4eb9a4

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

src/Spe/sitecore modules/PowerShell/Styles/ise.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@
1111

1212
#ResultsSplitter + tr > td {
1313
height: 100%;
14-
overflow: auto;
14+
overflow: hidden;
15+
padding-right: 3px;
16+
padding-bottom: 2px;
1517
}
1618

1719
#Databases {

src/Spe/sitecore modules/Shell/PowerShell/PowerShellIse.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,7 @@
127127
GridPanel.Row.ID="ResultsSplitter"
128128
Height="10px"/>
129129
<Border ID="Result" GridPanel.Height="100%" class="console pre results"
130-
GridPanel.ID="ResultsPane" GridPanel.Row.ID="ResultsRow"
131-
GridPanel.Style="padding:0 0 2px 0">
130+
GridPanel.ID="ResultsPane" GridPanel.Row.ID="ResultsRow">
132131
<Border Id="ProgressOverlay" Visible="false">
133132
<Border>
134133
<p>

0 commit comments

Comments
 (0)