mirror of https://github.com/gogs/gogs.git
css: fix minor table issue
parent
3b8b8a2ee3
commit
667c40c3de
|
@ -2203,6 +2203,10 @@ footer .ui.language .menu {
|
|||
overflow-x: auto;
|
||||
overflow-y: hidden;
|
||||
}
|
||||
.repository .code-view table {
|
||||
width: 100%;
|
||||
border-spacing: 0;
|
||||
}
|
||||
.repository.quickstart .guide .item {
|
||||
padding: 1em;
|
||||
}
|
||||
|
|
|
@ -1143,6 +1143,11 @@
|
|||
overflow: auto;
|
||||
overflow-x: auto;
|
||||
overflow-y: hidden;
|
||||
|
||||
table {
|
||||
width: 100%;
|
||||
border-spacing: 0;
|
||||
}
|
||||
}
|
||||
|
||||
&.quickstart {
|
||||
|
|
Loading…
Reference in New Issue