Compare commits

..

1 Commits

Author SHA1 Message Date
Terence Eden b923a4c755
Prevent split line between icon and number on reposts & favourites (#26004) 2023-07-16 10:06:33 +02:00
2 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,7 @@ gem 'puma', '~> 6.3'
gem 'rails', '~> 7.0'
gem 'sprockets', '~> 3.7.2'
gem 'thor', '~> 1.2'
gem 'rack', '~> 3.0.0'
gem 'rack', '~> 2.2.7'
gem 'haml-rails', '~>2.0'
gem 'pg', '~> 1.5'

View File

@ -1423,6 +1423,7 @@ body > [data-popper-placement] {
.detailed-status__link {
color: inherit;
text-decoration: none;
white-space: nowrap;
}
.detailed-status__favorites,