Skip to content

Commit 116d6ac

Browse files
author
Korshenko, Olexii(okorshenko)
committed
Merge pull request #73 from magento-webdev/PR-4
[WebDev] Bugfixes
2 parents e3593ae + d76a7ce commit 116d6ac

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

app/design/adminhtml/Magento/backend/Magento_Backend/web/css/source/module/pages/_dashboard.less

+1-1
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@
188188
.ui-tabs-panel {
189189
// ToDo UI: change the picture to html after loaders refactoring
190190
background: url(../images/ajax-loader-small.gif) no-repeat 50% 50%;
191-
min-height: 6rem;
191+
min-height: 4.5rem;
192192
}
193193

194194
.tabs-horiz {

app/design/frontend/Magento/blank/web/css/source/_extends.less

+1
Original file line numberDiff line numberDiff line change
@@ -1128,6 +1128,7 @@
11281128
.amount {
11291129
padding-right: 4px;
11301130
text-align: right;
1131+
white-space: nowrap;
11311132
strong {
11321133
font-weight: @font-weight__regular;
11331134
}

app/design/frontend/Magento/luma/web/css/source/_extends.less

+1
Original file line numberDiff line numberDiff line change
@@ -1519,6 +1519,7 @@
15191519
font-weight: @font-weight__regular;
15201520
padding: 6px 0 6px 14px;
15211521
text-align: right;
1522+
white-space: nowrap;
15221523
}
15231524
}
15241525
.table-caption {

0 commit comments

Comments
 (0)