CSS fixes
gitea/salix-front/pipeline/head This commit looks good
Details
gitea/salix-front/pipeline/head This commit looks good
Details
This commit is contained in:
parent
23ef5e6e41
commit
ba34a58b7f
|
@ -177,8 +177,8 @@ function stateColor(code) {
|
|||
|
||||
<style lang="scss" scoped>
|
||||
.descriptor {
|
||||
max-width: 250px;
|
||||
|
||||
max-width: 256px;
|
||||
|
||||
h5 {
|
||||
margin: 0 15px;
|
||||
}
|
||||
|
|
|
@ -182,7 +182,7 @@ async function fetch() {
|
|||
|
||||
<style lang="scss" scoped>
|
||||
.descriptor {
|
||||
max-width: 250px;
|
||||
max-width: 256px;
|
||||
|
||||
h5 {
|
||||
margin: 0 15px;
|
||||
|
|
|
@ -171,7 +171,7 @@ function stateColor(state) {
|
|||
|
||||
<style lang="scss" scoped>
|
||||
.descriptor {
|
||||
max-width: 250px;
|
||||
max-width: 256px;
|
||||
|
||||
h5 {
|
||||
margin: 0 15px;
|
||||
|
|
Loading…
Reference in New Issue