Commit 08de7ffc authored by Simon Knox's avatar Simon Knox Committed by Fatih Acet

Resolve "Cancel automatic merge button gets a bigger height than it should when content overflows"

parent d9c35bd4
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
}; };
</script> </script>
<template> <template>
<div class="space-children flex-container-block append-right-10"> <div class="space-children d-flex append-right-10">
<div <div
v-if="isLoading" v-if="isLoading"
class="mr-widget-icon" class="mr-widget-icon"
......
...@@ -82,7 +82,7 @@ ...@@ -82,7 +82,7 @@
<div class="mr-widget-body media"> <div class="mr-widget-body media">
<status-icon status="success" /> <status-icon status="success" />
<div class="media-body"> <div class="media-body">
<h4 class="flex-container-block"> <h4 class="d-flex align-items-start">
<span class="append-right-10"> <span class="append-right-10">
{{ s__("mrWidget|Set by") }} {{ s__("mrWidget|Set by") }}
<mr-widget-author :author="mr.setToMWPSBy" /> <mr-widget-author :author="mr.setToMWPSBy" />
...@@ -119,7 +119,7 @@ ...@@ -119,7 +119,7 @@
</p> </p>
<p <p
v-else v-else
class="flex-container-block" class="d-flex align-items-start"
> >
<span class="append-right-10"> <span class="append-right-10">
{{ s__("mrWidget|The source branch will not be removed") }} {{ s__("mrWidget|The source branch will not be removed") }}
......
...@@ -350,11 +350,6 @@ ...@@ -350,11 +350,6 @@
} }
} }
.flex-container-block {
display: -webkit-flex;
display: flex;
}
.flex-right { .flex-right {
margin-left: auto; margin-left: auto;
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment