File tree Expand file tree Collapse file tree 4 files changed +8
-6
lines changed
release/share/git-webui/webui
src/share/git-webui/webui Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -858,7 +858,8 @@ body {
858
858
cursor : pointer;
859
859
}
860
860
# changedFilesContainer {
861
- width : 100% ;
861
+ max-width : 100% !important ;
862
+ margin : 0 10px ;
862
863
}
863
864
# changedFilesContainer .file-area {
864
865
padding-left : 20px ;
Original file line number Diff line number Diff line change @@ -2526,7 +2526,7 @@ webui.NewChangedFilesView = function(workspaceView) {
2526
2526
self . element = $ (
2527
2527
'<div id="changedFilesContainer" class="container">' +
2528
2528
'<div class="row">' +
2529
- '<div class="col-sm-5 file-area">' +
2529
+ '<div class="col-sm-6 file-area">' +
2530
2530
'<h4 id="fileAreaHeader">Test Header</h4>' +
2531
2531
'<div class="changed-files-list">' +
2532
2532
'<div class="form-check">' +
@@ -2561,7 +2561,7 @@ webui.NewChangedFilesView = function(workspaceView) {
2561
2561
'</div>' +
2562
2562
'</div>' +
2563
2563
'</div>' +
2564
- '<div class="commit-area offset-sm-2 col-sm-5 ">' +
2564
+ '<div class="commit-area col-sm-6 ">' +
2565
2565
'<h4>Commit Area</h4>' +
2566
2566
'<div class="form-group">' +
2567
2567
'<label for="commitMsg">Enter commit message:</label>' +
Original file line number Diff line number Diff line change @@ -829,7 +829,8 @@ body {
829
829
}
830
830
831
831
#changedFilesContainer {
832
- width : 100% ;
832
+ max-width : 100% !important ;
833
+ margin : 0 10px ;
833
834
.file-area {
834
835
padding-left : 20px ;
835
836
padding-top : 15px ;
Original file line number Diff line number Diff line change @@ -2526,7 +2526,7 @@ webui.NewChangedFilesView = function(workspaceView) {
2526
2526
self . element = $ (
2527
2527
'<div id="changedFilesContainer" class="container">' +
2528
2528
'<div class="row">' +
2529
- '<div class="col-sm-5 file-area">' +
2529
+ '<div class="col-sm-6 file-area">' +
2530
2530
'<h4 id="fileAreaHeader">Test Header</h4>' +
2531
2531
'<div class="changed-files-list">' +
2532
2532
'<div class="form-check">' +
@@ -2561,7 +2561,7 @@ webui.NewChangedFilesView = function(workspaceView) {
2561
2561
'</div>' +
2562
2562
'</div>' +
2563
2563
'</div>' +
2564
- '<div class="commit-area offset-sm-2 col-sm-5 ">' +
2564
+ '<div class="commit-area col-sm-6 ">' +
2565
2565
'<h4>Commit Area</h4>' +
2566
2566
'<div class="form-group">' +
2567
2567
'<label for="commitMsg">Enter commit message:</label>' +
You can’t perform that action at this time.
0 commit comments