Fix tertiary button layout

This commit is contained in:
Jay Trees 2022-03-24 08:07:58 +01:00
parent 52e4a1b3ef
commit 25024e2548
6 changed files with 5 additions and 11 deletions

View file

@ -32,9 +32,6 @@
font-style: normal;
text-align: center;
text-decoration: none;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
border-radius: 0.33333333rem;
-webkit-box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgba(34, 36, 38, 0.15) inset;

File diff suppressed because one or more lines are too long

View file

@ -3222,9 +3222,6 @@ body .ui.inverted:not(.dimmer)::-webkit-scrollbar-thumb:hover {
font-style: normal;
text-align: center;
text-decoration: none;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
border-radius: 0.33333333rem;
-webkit-box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgba(34, 36, 38, 0.15) inset;

File diff suppressed because one or more lines are too long

View file

@ -45,9 +45,6 @@
font-style: normal;
text-align: center;
text-decoration: none;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
border-radius: @borderRadius;
box-shadow: @boxShadow;

View file

@ -150,6 +150,9 @@ img {
transition: 0.4s ease opacity;
display: flex;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
background-color: inherit;
z-index: 2;