]> BookStack Code Mirror - bookstack/blobdiff - resources/sass/_buttons.scss
Fixed some typos and corrected grammar.
[bookstack] / resources / sass / _buttons.scss
index bd76090523ca70a8ce24cba5ec5037ed7f5b74ae..714dfc42c5905212c752a010489435774fecc79b 100644 (file)
@@ -99,6 +99,9 @@ button {
     fill: var(--color-primary);
   }
 }
+.text-button.hover-underline:hover {
+  text-decoration: underline;
+}
 
 .button.block {
   width: 100%;
@@ -117,6 +120,7 @@ button {
   align-items: center;
   padding: $-s $-m;
   padding-bottom: ($-s - 2px);
+  width: 100%;
   svg {
     display: inline-block;
     width: 24px;