Skip to content

Commit

Permalink
Merge pull request #236 from element-hq/t3chguy/fix-button-a
Browse files Browse the repository at this point in the history
  • Loading branch information
t3chguy authored Aug 14, 2024
2 parents 941f447 + bffd0bd commit f53ea6f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions src/components/Button/Button.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ limitations under the License.
transition-property: color, background-color, border-color;
}

a.button {
/* Make the width match that of a real button */
inline-size: max-content;
}

.button > svg {
transition: color 0.1s;
}
Expand Down

0 comments on commit f53ea6f

Please sign in to comment.