mirror of
https://github.com/gogs/gogs.git
synced 2025-05-25 00:40:40 +00:00
css: fix minor table issue
This commit is contained in:
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…
x
Reference in New Issue
Block a user