Remove $spacer css from browse status panel
This commit is contained in:
parent
41f7670ee2
commit
6f38ee2dbb
2 changed files with 1 additions and 5 deletions
|
@ -48,7 +48,7 @@ OSM.initializeBrowse = function (map) {
|
|||
|
||||
function displayFeatureWarning(count, limit, add, cancel) {
|
||||
$("#browse_status").html(
|
||||
$("<div>").append(
|
||||
$("<div class='p-3'>").append(
|
||||
$("<div class='d-flex'>").append(
|
||||
$("<h2 class='flex-grow-1 text-break'>")
|
||||
.text(I18n.t("browse.start_rjs.load_data")),
|
||||
|
|
|
@ -577,10 +577,6 @@ body.small-nav {
|
|||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
> div {
|
||||
padding: $spacer;
|
||||
}
|
||||
}
|
||||
|
||||
/* Temporary label size override until we remove site-wide font customisation */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue