We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2630e7b commit f4eb9a4Copy full SHA for f4eb9a4
src/Spe/sitecore modules/PowerShell/Styles/ise.css
@@ -11,7 +11,9 @@
11
12
#ResultsSplitter + tr > td {
13
height: 100%;
14
- overflow: auto;
+ overflow: hidden;
15
+ padding-right: 3px;
16
+ padding-bottom: 2px;
17
}
18
19
#Databases {
src/Spe/sitecore modules/Shell/PowerShell/PowerShellIse.xml
@@ -127,8 +127,7 @@
127
GridPanel.Row.ID="ResultsSplitter"
128
Height="10px"/>
129
<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">
+ GridPanel.ID="ResultsPane" GridPanel.Row.ID="ResultsRow">
132
<Border Id="ProgressOverlay" Visible="false">
133
<Border>
134
<p>
0 commit comments