mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 12:20:51 +08:00
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:
parent
97821c8428
commit
1bed7ae318
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user