mirror of
https://github.com/discourse/discourse.git
synced 2024-12-02 05:29:17 -06:00
Merge pull request #6088 from majakomel/edit-category-fix
FIX: hidden tooltip was preventing clicks on category settings input field
This commit is contained in:
commit
a611db666b
@ -68,14 +68,8 @@
|
||||
}
|
||||
|
||||
.disable_info_wrap {
|
||||
margin-top: -70px;
|
||||
padding-top: 70px;
|
||||
@media all and (min-width: 550px) {
|
||||
padding-left: 170px;
|
||||
}
|
||||
|
||||
.cannot_delete_reason {
|
||||
top: 4px;
|
||||
top: -74px;
|
||||
right: 4px;
|
||||
max-width: 380px;
|
||||
min-width: 300px;
|
||||
|
Loading…
Reference in New Issue
Block a user