Skip to content

Commit

Permalink
fix: margin issues in containers for 100% width
Browse files Browse the repository at this point in the history
  • Loading branch information
Vexisu committed Jun 24, 2024
1 parent eb9ab3b commit a080c8d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
6 changes: 2 additions & 4 deletions docs/yaff.css
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ h6 {

.yaff.button {
display: inline-block;
margin: 4px;
padding: 6px 14px;
color: var(--button-text);
background-color: var(--button-color);
Expand All @@ -78,7 +77,6 @@ h6 {

.yaff.simple-button {
display: inline-block;
margin: 4px;
padding: 6px 14px;
color: var(--simple-button-text);
border-radius: 4px;
Expand Down Expand Up @@ -125,14 +123,14 @@ h6 {
}

.yaff.input {
margin: 4px;
margin: 0 0 8px 0;
padding: 6px;
border: 1px solid var(--input-border);
border-radius: 4px;
}

.yaff.label {
margin: 4px;
margin: 0 0 4px 0;
}

.yaff.segment {
Expand Down
6 changes: 2 additions & 4 deletions yaff.css
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ h6 {

.yaff.button {
display: inline-block;
margin: 4px;
padding: 6px 14px;
color: var(--button-text);
background-color: var(--button-color);
Expand All @@ -78,7 +77,6 @@ h6 {

.yaff.simple-button {
display: inline-block;
margin: 4px;
padding: 6px 14px;
color: var(--simple-button-text);
border-radius: 4px;
Expand Down Expand Up @@ -125,14 +123,14 @@ h6 {
}

.yaff.input {
margin: 4px;
margin: 0 0 8px 0;
padding: 6px;
border: 1px solid var(--input-border);
border-radius: 4px;
}

.yaff.label {
margin: 4px;
margin: 0 0 4px 0;
}

.yaff.segment {
Expand Down
2 changes: 1 addition & 1 deletion yaff.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a080c8d

Please sign in to comment.