Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/tasks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaimund Schlüßler <raimund.schluessler@mailbox.org>2020-01-22 23:25:04 +0300
committerRaimund Schlüßler <raimund.schluessler@mailbox.org>2020-02-05 00:49:17 +0300
commitde5d0e826b9b8805416a70d69c4ed0d593af53bb (patch)
treefdc0a97f4a7250ca0b4cb44d9f483b2e7da35e4f /src/components
parent5d22e8d4ea4aef40804a0ed1ef84dc3a38f8dbfa (diff)
Properly style the calendar editing GUI
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
Diffstat (limited to 'src/components')
-rw-r--r--src/components/TheList.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/TheList.vue b/src/components/TheList.vue
index ee829771..11dc8dec 100644
--- a/src/components/TheList.vue
+++ b/src/components/TheList.vue
@@ -102,7 +102,7 @@ License along with this library. If not, see <http://www.gnu.org/licenses/>.
<ShareCalendar v-if="shareOpen == calendar.id && !calendar.readOnly" :calendar="calendar" />
- <div :class="{error: nameError}" class="app-navigation-entry-edit name">
+ <div :class="{error: nameError}" class="app-navigation-entry-edit">
<form>
<input v-model="newCalendarName"
v-tooltip="{