Skip to content

Commit

Permalink
[Site] Display action item text at lower screen widths (#5420)
Browse files Browse the repository at this point in the history
Fixes VSO 30941092
  • Loading branch information
paulcam206 authored Feb 24, 2021
1 parent 2e431b1 commit 881cbab
Showing 1 changed file with 1 addition and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -420,16 +420,8 @@ screen and (min-width:768px) {
padding: 4px 8px;
}



.action-bar .action-list>li .action-item-text {
display: none;
}

@media screen and (min-width:1088px) {
.action-bar .action-list>li .action-item-text {
display: inline-block;
}
display: inline-block;
}

.button.is-small {
Expand Down

0 comments on commit 881cbab

Please sign in to comment.