Repo view: Set minimum width of status column (#5180)

* Repo view: Set minimum width of status column

As seen in https://github.com/abapGit/abapGit/issues/5178, if the repo view table is very wide, the status column might not wide enough and be wrapped. 

Change ensures a minimum width of the column.

* Reduce

Co-authored-by: Lars Hvam <larshp@hotmail.com>
This commit is contained in:
Marc Bernard 2021-12-08 11:57:25 -05:00 committed by GitHub
parent 97821c8428
commit 1bed7ae318
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -316,6 +316,7 @@ table.repo_tab {
text-align: right; text-align: right;
padding-left: 0.5em; padding-left: 0.5em;
padding-right: 0.7em; padding-right: 0.7em;
min-width: 70px;
} }
.repo_tab th.cmd .icon{ .repo_tab th.cmd .icon{
padding-right: 8px; padding-right: 8px;